hippOS/ps2/keyboard.h

7 lines
75 B
C
Raw Normal View History

#ifndef _KEYBOARD_H
#define _KEYBOARD_H
void keyboard_init(void);
#endif