Handle ps2 keyboard, no APIC for now
This commit is contained in:
10
kernel/drivers/ps2kb/ps2kb.h
Normal file
10
kernel/drivers/ps2kb/ps2kb.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef DRIVERS_PS2KB_H_
|
||||
#define DRIVERS_PS2KB_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void ps2kb_write(uint8_t val);
|
||||
uint8_t ps2kb_read(void);
|
||||
void ps2kb_intr(void);
|
||||
|
||||
#endif // DRIVERS_PS2KB_H_
|
Reference in New Issue
Block a user