Big code refactor, get rid of HAL entirely
This commit is contained in:
7
kernel/intr/pic.h
Normal file
7
kernel/intr/pic.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef INTR_PIC_H_
|
||||
#define INTR_PIC_H_
|
||||
|
||||
void intr_pic_init(void);
|
||||
void intr_pic_eoi(void);
|
||||
|
||||
#endif // INTR_PIC_H_
|
||||
Reference in New Issue
Block a user