mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SDK:REACTOS] Fix packing of GEN_ADDR structure, used in some ACPI tables
This commit is contained in:
@@ -64,6 +64,7 @@ typedef enum _BGRT_IMAGE_TYPE
|
||||
//
|
||||
// ACPI Generic Register Address
|
||||
//
|
||||
#include <pshpack1.h>
|
||||
typedef struct _GEN_ADDR
|
||||
{
|
||||
UCHAR AddressSpaceID;
|
||||
@@ -76,7 +77,6 @@ typedef struct _GEN_ADDR
|
||||
//
|
||||
// ACPI BIOS Structures (packed)
|
||||
//
|
||||
#include <pshpack1.h>
|
||||
typedef struct _RSDP
|
||||
{
|
||||
ULONGLONG Signature;
|
||||
|
||||
Reference in New Issue
Block a user