1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| /** @file
| Silicon Initializtion PPI is used to export End of Silicon
| init
|
| Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
| SPDX-License-Identifier: BSD-2-Clause-Patent
|
| **/
|
| #ifndef _SI_INIT_PPI_H_
| #define _SI_INIT_PPI_H_
|
| extern EFI_GUID gEndOfSiInitPpiGuid;
|
| #endif // _SI_INIT_PPI_H_
|
|
|