A update
This commit is contained in:
10
include/drivers/ps2_keyboard.h
Normal file
10
include/drivers/ps2_keyboard.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _PS2_KEYBOARD_H
|
||||
#define _PS2_KEYBOARD_H
|
||||
|
||||
#include <types.h>
|
||||
#include <isr.h>
|
||||
|
||||
void keyboard_init(void);
|
||||
void keyboard_handler(isr_stack_t* regs);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user