mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-11-17 06:45:25 -08:00
Update irq.h
add implementation for irq handles to header
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef IRQ_H
|
||||
#define IRQ_H
|
||||
|
||||
void irq_init();
|
||||
void irq_remap(void);
|
||||
void irq_install(void);
|
||||
void irq_handler(uint32_t int_num);
|
||||
|
||||
#endif // IRQ_H
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user