:: limine / common / sys / pic.h 185 B raw

1
#ifndef SYS__PIC_H__
2
#define SYS__PIC_H__
3
4
#include <stdbool.h>
5
6
void pic_eoi(int irq);
7
void pic_flush(void);
8
void pic_set_mask(int line, bool status);
9
void pic_mask_all(void);
10
11
#endif
tab: 248 wrap: offon