ApertureOS
keyboard.h
Go to the documentation of this file.
1 #ifndef _KEYBOARD_MANAGER_H_
2 #define _KEYBOARD_MANAGER_H_
3 
4 #include "types.h"
5 
6 void Keyboard_Setup();
7 
8 #endif /* end of include guard: _KEYBOARD_MANAGER_H_ */
void Keyboard_Setup()
Definition: keyboard.c:19