TianoCore EDK2 master
Loading...
Searching...
No Matches
LockPhysicalPresence.h
Go to the documentation of this file.
1
11#ifndef __PEI_LOCK_PHYSICAL_PRESENCE_H__
12#define __PEI_LOCK_PHYSICAL_PRESENCE_H__
13
17#define PEI_LOCK_PHYSICAL_PRESENCE_PPI_GUID \
18 { \
19 0xef9aefe5, 0x2bd3, 0x4031, { 0xaf, 0x7d, 0x5e, 0xfe, 0x5a, 0xbb, 0x9a, 0xd } \
20 }
21
26
36typedef
37BOOLEAN
39 IN CONST EFI_PEI_SERVICES **PeiServices
40 );
41
49 PEI_LOCK_PHYSICAL_PRESENCE LockPhysicalPresence;
50};
51
52extern EFI_GUID gPeiLockPhysicalPresencePpiGuid;
53
54#endif // __PEI_LOCK_PHYSICAL_PRESENCE_H__
BOOLEAN(EFIAPI * PEI_LOCK_PHYSICAL_PRESENCE)(IN CONST EFI_PEI_SERVICES **PeiServices)
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
Definition: Base.h:213