hippOS/ps2/keyboard.h

6 lines
71 B
C

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