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
feat: Ability to send command to ATA device.
[lunaix-os.git]
/
lunaix-os
/
includes
/
arch
/
x86
/
vectors.h
diff --git
a/lunaix-os/includes/arch/x86/vectors.h
b/lunaix-os/includes/arch/x86/vectors.h
index 5fb424f9be39466569464acfd959facd7b999a18..e4a19688232967d480802c3cece4e1f1ff78861c 100644
(file)
--- a/
lunaix-os/includes/arch/x86/vectors.h
+++ b/
lunaix-os/includes/arch/x86/vectors.h
@@
-1,6
+1,8
@@
#ifndef __LUNAIX_VECTORS_H
#define __LUNAIX_VECTORS_H
#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
#define FAULT_DIVISION_ERROR 0
#define FAULT_TRAP_DEBUG_EXCEPTION 1
#define INT_NMI 2
@@
-32,6
+34,7
@@
// Keyboard
#define PC_KBD_IV 201
// Keyboard
#define PC_KBD_IV 201
+#define AHCI_HBA_IV 202
#define RTC_TIMER_IV 210
#define RTC_TIMER_IV 210
@@
-45,4
+48,6
@@
#define PC_AT_IRQ_RTC 8
#define PC_AT_IRQ_KBD 1
#define PC_AT_IRQ_RTC 8
#define PC_AT_IRQ_KBD 1
+// clang-format on
+
#endif /* __LUNAIX_VECTORS_H */
#endif /* __LUNAIX_VECTORS_H */