Changeset 215abc1 in mainline for uspace/srv/kbd/include/layout.h
- Timestamp:
- 2009-06-03T18:49:33Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 05b9912
- Parents:
- bbdbf86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/include/layout.h
rbbdbf86 r215abc1 28 28 29 29 /** @addtogroup kbdgen generic 30 * @brief 31 * @ingroup 30 * @brief HelenOS generic uspace keyboard handler. 31 * @ingroup kbd 32 32 * @{ 33 */ 33 */ 34 34 /** @file 35 35 */ … … 38 38 #define KBD_LAYOUT_H_ 39 39 40 #include <kbd/kbd.h>41 40 #include <sys/types.h> 41 #include <io/console.h> 42 42 43 43 typedef struct { 44 44 void (*reset)(void); 45 wchar_t (*parse_ev)( kbd_event_t *);45 wchar_t (*parse_ev)(console_event_t *); 46 46 } layout_op_t; 47 47 … … 54 54 /** 55 55 * @} 56 */ 57 56 */
Note:
See TracChangeset
for help on using the changeset viewer.