diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/arch/amd64/intr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/arch/amd64/intr.h b/sys/include/arch/amd64/intr.h index 6d9bb09..6e011fa 100644 --- a/sys/include/arch/amd64/intr.h +++ b/sys/include/arch/amd64/intr.h @@ -36,6 +36,7 @@ #define IST_HW_IRQ 2U #define IST_SW_INT 3U #define IST_SYSCALL 4U +#define IST_DBFLT 5U /* Upper 4 bits of interrupt vector */ #define IPL_SHIFT 4 |