mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
Add pack(1) for boot scipt structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1960 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e29e52e7c0
commit
4a0b6afe5a
@ -40,6 +40,8 @@
|
|||||||
#define EFI_BOOT_SCRIPT_TABLE_OPCODE 0xAA
|
#define EFI_BOOT_SCRIPT_TABLE_OPCODE 0xAA
|
||||||
#define EFI_BOOT_SCRIPT_TERMINATE_OPCODE 0xFF
|
#define EFI_BOOT_SCRIPT_TERMINATE_OPCODE 0xFF
|
||||||
|
|
||||||
|
#pragma pack(1)
|
||||||
|
|
||||||
//
|
//
|
||||||
// EFI Boot Script Width
|
// EFI Boot Script Width
|
||||||
//
|
//
|
||||||
@ -204,4 +206,6 @@ typedef union {
|
|||||||
UINT8 *Raw;
|
UINT8 *Raw;
|
||||||
} BOOT_SCRIPT_POINTERS;
|
} BOOT_SCRIPT_POINTERS;
|
||||||
|
|
||||||
|
#pragma pack()
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user