1 2 3 4 5 6 7 8
#pragma once #include <stdbool.h> #include <stdint.h> void irq_init(void); void irq_eoi(uint8_t line); void irq_interrupt_flag(bool flag);