...
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user