feat: No more kernel page table switching upon interrupt.
[lunaix-os.git] / lunaix-os / includes / arch / x86 / tss.h
index 3310aa6c98b87b8e81d4c80f0b274a4b2f58df14..d8256f7b721cbee5a2885001e80cf5a9e8780794 100644 (file)
@@ -9,6 +9,6 @@ struct x86_tss {
     uint8_t __padding[94];
 } __attribute__((packed));
 
-void tss_update(uint32_t ss0, uint32_t esp0);
+void tss_update_esp(uint32_t esp0);
  
 #endif /* __LUNAIX_TSS_H */