Rev 3923 | Rev 4240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3923 | Rev 4236 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | 36 | ||
37 | #ifndef KBD_LAYOUT_H_ |
37 | #ifndef KBD_LAYOUT_H_ |
38 | #define KBD_LAYOUT_H_ |
38 | #define KBD_LAYOUT_H_ |
39 | 39 | ||
40 | #include <kbd/kbd.h> |
40 | #include <kbd/kbd.h> |
- | 41 | #include <sys/types.h> |
|
41 | 42 | ||
42 | extern char layout_parse_ev(kbd_event_t *); |
43 | extern wchar_t layout_parse_ev(kbd_event_t *); |
43 | 44 | ||
44 | #endif |
45 | #endif |
45 | 46 | ||
46 | /** |
47 | /** |
47 | * @} |
48 | * @} |