Changeset 854eddd6 in mainline for uspace/srv/hid/input/include
- Timestamp:
- 2011-06-14T21:40:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 662da50, e3a46c2
- Parents:
- ecb692a2
- Location:
- uspace/srv/hid/input/include
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/include/kbd.h
recb692a2 r854eddd6 40 40 41 41 #include <adt/list.h> 42 #include <bool.h>43 44 #define NAME "input"45 #define NAMESPACE "hid_in"46 42 47 43 struct kbd_port_ops; … … 75 71 } kbd_dev_t; 76 72 77 extern bool irc_service;78 extern int irc_phone;79 80 73 extern void kbd_push_scancode(kbd_dev_t *, int); 81 74 extern void kbd_push_ev(kbd_dev_t *, int, unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.
