This commit is contained in:
nub31
2025-09-03 19:25:58 +02:00
parent bb923621f9
commit 8e986807df
4 changed files with 2 additions and 27 deletions

View File

@@ -5,8 +5,5 @@
typedef void (*irq_handler_t)(const isr_frame_t*);
void remap_pic();
void disable_pic();
bool cpu_has_apic();
void enable_apic();
void handle_irq(const isr_frame_t* frame);
void register_irq_handler(uint8_t irq, irq_handler_t handler);