mirror of https://github.com/acidanthera/audk.git
Add #defines for the SAL System Table entry sizes
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3705 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
90e54a49a5
commit
809177f5e9
|
@ -235,6 +235,16 @@ typedef struct {
|
|||
#define EFI_SAL_ST_PTC 4
|
||||
#define EFI_SAL_ST_AP_WAKEUP 5
|
||||
|
||||
//
|
||||
// SAL System Type Sizes
|
||||
//
|
||||
#define EFI_SAL_ST_ENTRY_POINT_SIZE 48
|
||||
#define EFI_SAL_ST_MEMORY_DESCRIPTOR_SIZE 32
|
||||
#define EFI_SAL_ST_PLATFORM_FEATURES_SIZE 16
|
||||
#define EFI_SAL_ST_TR_USAGE_SIZE 32
|
||||
#define EFI_SAL_ST_PTC_SIZE 16
|
||||
#define EFI_SAL_ST_AP_WAKEUP_SIZE 16
|
||||
|
||||
#pragma pack(1)
|
||||
typedef struct {
|
||||
UINT8 Type; // Type == 0
|
||||
|
|
Loading…
Reference in New Issue