- Timestamp:
- Jul 26, 2024 7:26:44 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/acpi-tables.h
r105511 r105512 128 128 * @note This is the format for revision 2 and later. 129 129 */ 130 #pragma pack(1) 130 131 typedef struct ACPIRSDP 131 132 { … … 140 141 uint8_t abRsvd[3]; /**< 0x021: Reserved fields. */ 141 142 } ACPIRSDP; 143 #pragma pack() 142 144 AssertCompileSize(ACPIRSDP, 36); 143 145 /** Pointer to an ACPI Root System Descriptor Pointer. */
Note:
See TracChangeset
for help on using the changeset viewer.