* 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:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user