diff options
Diffstat (limited to 'src/arch/amd64/cpu/idt.h')
-rw-r--r-- | src/arch/amd64/cpu/idt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/amd64/cpu/idt.h b/src/arch/amd64/cpu/idt.h index 3a57d5b..9a75265 100644 --- a/src/arch/amd64/cpu/idt.h +++ b/src/arch/amd64/cpu/idt.h @@ -27,3 +27,5 @@ struct isr_regs { }; void idt_init(void); + +void isr_print_regs(struct isr_regs *regs); |