TianoCore EDK2 master
Loading...
Searching...
No Matches
DxeMmReadyToLock.h
Go to the documentation of this file.
1
9#ifndef _DXE_MM_READY_TO_LOCK_H_
10#define _DXE_MM_READY_TO_LOCK_H_
11
12#define EFI_DXE_MM_READY_TO_LOCK_PROTOCOL_GUID \
13 { \
14 0x60ff8964, 0xe906, 0x41d0, { 0xaf, 0xed, 0xf2, 0x41, 0xe9, 0x74, 0xe0, 0x8e } \
15 }
16
17extern EFI_GUID gEfiDxeMmReadyToLockProtocolGuid;
18
19#endif
Definition: Base.h:213