Changeset 9be360ee in mainline for uspace/srv/hid/kbd/include/kbd_port.h
- Timestamp:
- 2011-06-11T22:06:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4f3f9659
- Parents:
- 56ad818
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/include/kbd_port.h
r56ad818 r9be360ee 40 40 #include <sys/types.h> 41 41 42 typedef struct { 43 int (*init)(void); 42 struct kbd_dev; 43 44 typedef struct kbd_port_ops { 45 int (*init)(struct kbd_dev *); 44 46 void (*yield)(void); 45 47 void (*reclaim)(void);
Note:
See TracChangeset
for help on using the changeset viewer.