Changeset 215abc1 in mainline for uspace/srv/kbd/include/layout.h


Ignore:
Timestamp:
2009-06-03T18:49:33Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
05b9912
Parents:
bbdbf86
Message:

keyboard server rewrite: rename "kbd events" to more generic "console events" and similar changes
rename key_buffer.* to keybuffer.*
coding style changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/include/layout.h

    rbbdbf86 r215abc1  
    2828
    2929/** @addtogroup kbdgen generic
    30  * @brief       HelenOS generic uspace keyboard handler.
    31  * @ingroup  kbd
     30 * @brief HelenOS generic uspace keyboard handler.
     31 * @ingroup kbd
    3232 * @{
    33  */ 
     33 */
    3434/** @file
    3535 */
     
    3838#define KBD_LAYOUT_H_
    3939
    40 #include <kbd/kbd.h>
    4140#include <sys/types.h>
     41#include <io/console.h>
    4242
    4343typedef struct {
    4444        void (*reset)(void);
    45         wchar_t (*parse_ev)(kbd_event_t *);
     45        wchar_t (*parse_ev)(console_event_t *);
    4646} layout_op_t;
    4747
     
    5454/**
    5555 * @}
    56  */
    57 
     56 */
Note: See TracChangeset for help on using the changeset viewer.