TianoCore EDK2 master
Loading...
Searching...
No Matches
Mps.h
Go to the documentation of this file.
1
14#ifndef __MPS_GUID_H__
15#define __MPS_GUID_H__
16
17#define EFI_MPS_TABLE_GUID \
18 { \
19 0xeb9d2d2f, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
20 }
21
22//
23// GUID name defined in spec.
24//
25#define MPS_TABLE_GUID EFI_MPS_TABLE_GUID
26
27extern EFI_GUID gEfiMpsTableGuid;
28
29#endif
Definition: Base.h:213