Merge branch 'vfs-dev'
[lunaix-os.git] / lunaix-os / includes / arch / x86 / vectors.h
index 5fb424f9be39466569464acfd959facd7b999a18..9873db6eb9586b5c205b6f02b34e72347548f58b 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __LUNAIX_VECTORS_H
 #define __LUNAIX_VECTORS_H
 
+// clang-format off
+
 #define FAULT_DIVISION_ERROR            0
 #define FAULT_TRAP_DEBUG_EXCEPTION      1
 #define INT_NMI                         2
 // LunaixOS related
 #define LUNAIX_SYS_PANIC                32
 #define LUNAIX_SYS_CALL                 33
+#define LUNAIX_SCHED                    34
 
 #define EX_INTERRUPT_BEGIN              200
 
 // Keyboard
 #define PC_KBD_IV                       201
+#define AHCI_HBA_IV                     202
 
 #define RTC_TIMER_IV                    210
 
@@ -45,4 +49,6 @@
 #define PC_AT_IRQ_RTC                   8
 #define PC_AT_IRQ_KBD                   1
 
+// clang-format on
+
 #endif /* __LUNAIX_VECTORS_H */