TianoCore EDK2 master
Loading...
Searching...
No Matches
DxeServices.h
Go to the documentation of this file.
1
12#ifndef __DXE_SERVICES_GUID_H__
13#define __DXE_SERVICES_GUID_H__
14
15//
16// The DXE Services Table shall be stored in memory of type
17// EfiBootServicesData
18//
19#define DXE_SERVICES_TABLE_GUID \
20 { \
21 0x5ad34ba, 0x6f02, 0x4214, {0x95, 0x2e, 0x4d, 0xa0, 0x39, 0x8e, 0x2b, 0xb9 } \
22 }
23
24extern EFI_GUID gEfiDxeServicesTableGuid;
25
26#endif
Definition: Base.h:213