1 2 3 4 5 6 7 8 9
#ifndef _PS2_H_ #define _PS2_H_ #include <stdbool.h> #include <acpi.h> bool ps2_init(struct fadt *fadt); #endif