TianoCore EDK2 master
Loading...
Searching...
No Matches
MmEndOfDxe.h
Go to the documentation of this file.
1
14#ifndef _MM_END_OF_DXE_H_
15#define _MM_END_OF_DXE_H_
16
17#define EFI_MM_END_OF_DXE_PROTOCOL_GUID \
18 { \
19 0x24e70042, 0xd5c5, 0x4260, { 0x8c, 0x39, 0xa, 0xd3, 0xaa, 0x32, 0xe9, 0x3d } \
20 }
21
22extern EFI_GUID gEfiMmEndOfDxeProtocolGuid;
23
24#endif
Definition: Base.h:213