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;