Changeset e795203 in mainline for uspace/srv/kbd/include/kbd.h


Ignore:
Timestamp:
2009-08-09T15:57:43Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4885a42
Parents:
c145bc2
Message:

Move keybuffer code to console as it is not used in keyboard driver.

File:
1 edited

Legend:

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

    rc145bc2 re795203  
    3838#define KBD_KBD_H_
    3939
    40 #include <keybuffer.h>
    41 #include <ipc/ipc.h>
    42 
    43 #define KBD_EVENT      1024
    44 #define KBD_MS_LEFT    1025
    45 #define KBD_MS_RIGHT   1026
    46 #define KBD_MS_MIDDLE  1027
    47 #define KBD_MS_MOVE    1028
    48 
    49 typedef enum {
    50         KBD_YIELD = IPC_FIRST_USER_METHOD,
    51         KBD_RECLAIM
    52 } kbd_request_t;
    53 
    5440extern int cir_service;
    5541extern int cir_phone;
Note: See TracChangeset for help on using the changeset viewer.