git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
chore: fix almost *ALL* warnings.
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
acpi
/
sdt.h
diff --git
a/lunaix-os/includes/hal/acpi/sdt.h
b/lunaix-os/includes/hal/acpi/sdt.h
index e5b1d11d233d7c56d84a713d88c3cfc27a2deb2b..b055aa3a3349375c1a67cccbe8736e67f8c88120 100644
(file)
--- a/
lunaix-os/includes/hal/acpi/sdt.h
+++ b/
lunaix-os/includes/hal/acpi/sdt.h
@@
-10,8
+10,8
@@
typedef struct acpi_sdthdr
u32_t signature;
u32_t length;
// Revision
- u
int
8_t rev;
- u
int
8_t chksum;
+ u8_t rev;
+ u8_t chksum;
char oem_id[6];
char oem_table_id[8];
u32_t oem_rev;