further reorg of module abstraction and control interface
[dcpu16] / hw_keyboard.h
1 #ifndef KEYBOARD_H_Y2G5EOAS
2 #define KEYBOARD_H_Y2G5EOAS
3
4 #include "dcpu16.h"
5
6 extern struct dcpu16_hw_module dcpu16_hw_module_keyboard;
7
8 #endif /* KEYBOARD_H_Y2G5EOAS */