TianoCore EDK2 master
Loading...
Searching...
No Matches
MmReadyToLock.h
Go to the documentation of this file.
1
16#ifndef _MM_READY_TO_LOCK_H_
17#define _MM_READY_TO_LOCK_H_
18
19#define EFI_MM_READY_TO_LOCK_PROTOCOL_GUID \
20 { \
21 0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 } \
22 }
23
24extern EFI_GUID gEfiMmReadyToLockProtocolGuid;
25
26#endif
Definition: Base.h:213