TianoCore EDK2 master
Loading...
Searching...
No Matches
MpInitLibDep.h
Go to the documentation of this file.
1
9#ifndef MPINITLIB_DEP_H_
10#define MPINITLIB_DEP_H_
11
12// {138F9CF4-F0E7-4721-8F49-F5FFECF42D40}
13#define EFI_PEI_MPINITLIB_MP_DEP_PPI_GUID \
14{ \
15 0x138f9cf4, 0xf0e7, 0x4721, { 0x8f, 0x49, 0xf5, 0xff, 0xec, 0xf4, 0x2d, 0x40 } \
16};
17
18extern EFI_GUID gEfiPeiMpInitLibMpDepPpiGuid;
19
20// {0B590774-BC67-49F4-A7DB-E82E89E6B5D6}
21#define EFI_PEI_MPINITLIB_UP_DEP_PPI_GUID \
22{ \
23 0xb590774, 0xbc67, 0x49f4, { 0xa7, 0xdb, 0xe8, 0x2e, 0x89, 0xe6, 0xb5, 0xd6 } \
24};
25
26extern EFI_GUID gEfiPeiMpInitLibUpDepPpiGuid;
27
28#endif
Definition: Base.h:213