bb44a93346e7026e615ff66fbf1e9b2a4cbed797
[dcpu16] / hw_keyboard.h
1 #ifndef KEYBOARD_H_Y2G5EOAS
2 #define KEYBOARD_H_Y2G5EOAS
3
4 #ifdef HAVE_LIBVNCSERVER
5 #include "rfb/rfb.h"
6 #endif /* HAVE_LIBVNCSERVER */
7
8 #include "dcpu16.h"
9
10 extern struct dcpu16_hw_module dcpu16_hw_module_keyboard;
11
12 #ifdef HAVE_LIBVNCSERVER
13 void keyboard_vnc_associate(struct dcpu16_hw *, rfbScreenInfoPtr);
14 #endif /* HAVE_LIBVNCSERVER */
15
16 #endif /* KEYBOARD_H_Y2G5EOAS */