XenevaOS
Loading...
Searching...
No Matches
Mps.h
Go to the documentation of this file.
1
20#ifndef __MPS_GUID_H__
21#define __MPS_GUID_H__
22
23#define EFI_MPS_TABLE_GUID \
24 { \
25 0xeb9d2d2f, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
26 }
27
28//
29// GUID name defined in spec.
30//
31#define MPS_TABLE_GUID EFI_MPS_TABLE_GUID
32
34
35#endif
EFI_GUID gEfiMpsTableGuid
Definition Base.h:281