Changeset 60e5a856 in mainline for uspace/srv/hid/input/include
- Timestamp:
- 2011-06-12T16:22:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46b60e6
- Parents:
- 5f88293
- Location:
- uspace/srv/hid/input/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/include/kbd.h
r5f88293 r60e5a856 60 60 /** Ctl ops */ 61 61 struct kbd_ctl_ops *ctl_ops; 62 63 /** Controller-private data */ 64 void *ctl_private; 62 65 } kbd_dev_t; 63 66 -
uspace/srv/hid/input/include/kbd_ctl.h
r5f88293 r60e5a856 45 45 void (*parse_scancode)(int); 46 46 int (*init)(struct kbd_dev *); 47 void (*set_ind)( unsigned);47 void (*set_ind)(struct kbd_dev *, unsigned); 48 48 } kbd_ctl_ops_t; 49 49
Note:
See TracChangeset
for help on using the changeset viewer.
