mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-05-15 09:01:27 -07:00
7 lines
63 B
C
7 lines
63 B
C
#ifndef IRQ_H
|
|
#define IRQ_H
|
|
|
|
void irq_init();
|
|
|
|
#endif // IRQ_H
|