Changes in uspace/srv/hid/input/include/kbd.h [1875a0c:cc574511] in mainline
- File:
-
- 1 edited
-
uspace/srv/hid/input/include/kbd.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/include/kbd.h
r1875a0c rcc574511 40 40 41 41 #include <adt/list.h> 42 #include <ipc/loc.h> 42 43 43 44 struct kbd_port_ops; … … 49 50 link_t kbd_devs; 50 51 51 /** Path to the device(only for kbdev devices) */52 const char *dev_path;52 /** Service ID (only for kbdev devices) */ 53 service_id_t service_id; 53 54 54 55 /** Port ops */
Note:
See TracChangeset
for help on using the changeset viewer.
