Files
my-os-project2/kernel/drivers/ps2kb/ps2kb.h

9 lines
126 B
C

#ifndef DRIVERS_PS2KB_H_
#define DRIVERS_PS2KB_H_
#include <stdint.h>
int32_t ps2kb_intr(void);
#endif // DRIVERS_PS2KB_H_