feat: added basic ACPI support using LAI
This commit is contained in:
@@ -5,10 +5,13 @@
|
||||
#ifndef NEW_KERNEL_PIC_H
|
||||
#define NEW_KERNEL_PIC_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
void pic_init();
|
||||
void pic_init(uint8_t isr_offset);
|
||||
|
||||
void pic_set_mask(uint16_t mask);
|
||||
|
||||
void pic_eoi(bool slave);
|
||||
|
||||
#endif //NEW_KERNEL_PIC_H
|
||||
|
||||
Reference in New Issue
Block a user