summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/interrupts/isr.h
blob: 09d4328d637429edcf06beb7635c64db73bcb72b (plain)
1
2
3
4
5
#pragma once
#include <stdbool.h>

extern bool isr_test_interrupt_called; // used in the self-test in idt.c
extern const char _isr_stubs;