TianoCore EDK2 master
Loading...
Searching...
No Matches
SmmSwapAddressRange.h
Go to the documentation of this file.
1
15#ifndef __SMM_SWAP_ADDRESS_RANGE_H__
16#define __SMM_SWAP_ADDRESS_RANGE_H__
17
19
20#define EFI_SMM_SWAP_ADDRESS_RANGE_PROTOCOL_GUID \
21 { \
22 0x67c4f112, 0x3385, 0x4e55, { 0x9c, 0x5b, 0xc0, 0x5b, 0x71, 0x7c, 0x42, 0x28 } \
23 }
24
25//
26// SMM Swap Address Range protocol structure is the same as Swap Address Range protocol.
27// The SMM one is intend to run in SMM environment, which means it can be used by
28// SMM drivers after ExitPmAuth.
29//
31
32extern EFI_GUID gEfiSmmSwapAddressRangeProtocolGuid;
33
34#endif
Definition: Base.h:213