chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / includes / hal / acpi / sdt.h
index e5b1d11d233d7c56d84a713d88c3cfc27a2deb2b..b055aa3a3349375c1a67cccbe8736e67f8c88120 100644 (file)
@@ -10,8 +10,8 @@ typedef struct acpi_sdthdr
     u32_t signature;
     u32_t length;
     // Revision
-    uint8_t rev;
-    uint8_t chksum;
+    u8_t rev;
+    u8_t chksum;
     char oem_id[6];
     char oem_table_id[8];
     u32_t oem_rev;