* The integer type is actually 64bit, probably just a typo (from very long ago).

* Some automatic whitespace cleanup.

This makes the interrupt model change via kernel actually work.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41340 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2011-05-06 04:28:39 +00:00
parent 218aaf536f
commit fbf6f924d3
+1 -1
View File
@@ -86,7 +86,7 @@ enum {
struct acpi_object_type { struct acpi_object_type {
uint32 object_type; uint32 object_type;
union { union {
uint32 integer; uint64 integer;
struct { struct {
uint32 len; uint32 len;
char *string; /* You have to allocate string space yourself */ char *string; /* You have to allocate string space yourself */