1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00
kernel/arch/pic.h

9 lines
206 B
C
Raw Normal View History

2017-11-06 05:18:43 -05:00
#ifndef KERNELMQ_INCLUDED_PIC
#define KERNELMQ_INCLUDED_PIC 1
2017-11-06 05:32:46 -05:00
void pic_remap(unsigned char master_irq_start, unsigned char slave_irq_start);
2017-11-06 05:18:43 -05:00
unsigned char pic_end_of_interrupt(unsigned char irq);
2017-11-06 05:57:55 -05:00
2017-11-06 05:18:43 -05:00
#endif