chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / includes / arch / x86 / tss.h
index 6643344f9955019b1b71d1bbf2ea4b8d970954bd..c2a25351ff53bfecbdc6abdc0bd2fc56da33eb1e 100644 (file)
@@ -6,8 +6,8 @@ struct x86_tss
 {
     u32_t link;
     u32_t esp0;
-    uint16_t ss0;
-    uint8_t __padding[94];
+    u16_t ss0;
+    u8_t __padding[94];
 } __attribute__((packed));
 
 void