Merge pull request #103 from Sebastian-byte/patch-1
acpi: Fix wrong data type in tables header
This commit is contained in:
commit
1dbc6e3907
@ -14,7 +14,7 @@ struct sdt {
|
||||
char oem_id[6];
|
||||
char oem_table_id[8];
|
||||
uint32_t oem_rev;
|
||||
uint32_t creator_id;
|
||||
char creator_id[4];
|
||||
uint32_t creator_rev;
|
||||
} __attribute__((packed));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user