Mismatch with ACPI definition.

(Refactoring ACPI never looked so good...)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38283 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Fredrik Holmqvist 2010-08-19 20:10:52 +00:00
parent 19cd5c15d2
commit 6555d1e061

View File

@ -45,7 +45,7 @@ struct irq_descriptor {
typedef struct acpi_prt {
uint32 length;
uint32 pin;
int address; // here for 64-bit alignment
uint64 address; // here for 64-bit alignment
uint32 sourceIndex;
char source[4]; // pad to 64 bits so sizeof() works in
// all cases