Fix PIC, add small delays when initializing
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
#ifndef INTR_PIC_H_
|
||||
#define INTR_PIC_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void intr_pic_init(void);
|
||||
void intr_pic_eoi(void);
|
||||
void intr_pic_eoi(bool pic2);
|
||||
void intr_pic_mask(void);
|
||||
void intr_pic_unmask(void);
|
||||
|
||||
#endif // INTR_PIC_H_
|
||||
|
||||
Reference in New Issue
Block a user