Changeset 46577995 in mainline for uspace/srv/hid/input/mouse_proto.h
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/srv/hid/input/mouse_proto.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/mouse_proto.h
rfacacc71 r46577995 44 44 typedef struct mouse_proto_ops { 45 45 void (*parse)(sysarg_t); 46 int (*init)(struct mouse_dev *);46 errno_t (*init)(struct mouse_dev *); 47 47 } mouse_proto_ops_t; 48 48
Note:
See TracChangeset
for help on using the changeset viewer.
