mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
[SDK:REACTOS] Fix packing of GEN_ADDR structure, used in some ACPI tables
This commit is contained in:
parent
2915d16543
commit
63f042a5cd
1 changed files with 1 additions and 1 deletions
|
@ -64,6 +64,7 @@ typedef enum _BGRT_IMAGE_TYPE
|
||||||
//
|
//
|
||||||
// ACPI Generic Register Address
|
// ACPI Generic Register Address
|
||||||
//
|
//
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _GEN_ADDR
|
typedef struct _GEN_ADDR
|
||||||
{
|
{
|
||||||
UCHAR AddressSpaceID;
|
UCHAR AddressSpaceID;
|
||||||
|
@ -76,7 +77,6 @@ typedef struct _GEN_ADDR
|
||||||
//
|
//
|
||||||
// ACPI BIOS Structures (packed)
|
// ACPI BIOS Structures (packed)
|
||||||
//
|
//
|
||||||
#include <pshpack1.h>
|
|
||||||
typedef struct _RSDP
|
typedef struct _RSDP
|
||||||
{
|
{
|
||||||
ULONGLONG Signature;
|
ULONGLONG Signature;
|
||||||
|
|
Loading…
Reference in a new issue