Revision 64b85a8f ui/x_keymap.h

b/ui/x_keymap.h
25 25
#ifndef QEMU_X_KEYMAP_H
26 26
#define QEMU_X_KEYMAP_H
27 27

  
28
extern uint8_t translate_xfree86_keycode(const int key);
28
uint8_t translate_xfree86_keycode(const int key);
29 29

  
30
extern uint8_t translate_evdev_keycode(const int key);
30
uint8_t translate_evdev_keycode(const int key);
31 31

  
32 32
#endif

Also available in: Unified diff