1 2 3 4 5 6 7
#pragma once #include <stdbool.h> extern bool isr_test_interrupt_called; // used in the self-test in idt.c extern const char _isr_stubs; void isr_stage3(int interrupt);