Changeset af897ff0 in mainline for uspace/srv/hid/kbd/include
- Timestamp:
- 2011-06-12T14:51:24Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f88293
- Parents:
- f2f99ae
- File:
-
- 1 edited
-
uspace/srv/hid/kbd/include/kbd.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/include/kbd.h
rf2f99ae raf897ff0 42 42 #include <bool.h> 43 43 44 #define NAME "kbd" 45 #define NAMESPACE "hid_in" 46 44 47 struct kbd_port_ops; 45 48 struct kbd_ctl_ops; … … 48 51 /** Link to kbd_devs list */ 49 52 link_t kbd_devs; 53 54 /** Path to the device (only for kbdev devices) */ 55 const char *dev_path; 50 56 51 57 /** Port ops */
Note:
See TracChangeset
for help on using the changeset viewer.
