Changeset 8d2dd7f2 in mainline for uspace/srv/hid/input
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/srv/hid/input
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/kbd_port.h
re48947e r8d2dd7f2 38 38 #define KBD_PORT_H_ 39 39 40 #include <s ys/types.h>40 #include <stdint.h> 41 41 42 42 struct kbd_dev; -
uspace/srv/hid/input/layout.h
re48947e r8d2dd7f2 38 38 #define KBD_LAYOUT_H_ 39 39 40 #include <sys/types.h>41 40 #include <io/console.h> 42 41 -
uspace/srv/hid/input/mouse_port.h
re48947e r8d2dd7f2 38 38 #define MOUSE_PORT_H_ 39 39 40 #include <s ys/types.h>40 #include <stdint.h> 41 41 42 42 struct mouse_dev; -
uspace/srv/hid/input/port/ski.c
re48947e r8d2dd7f2 37 37 38 38 #include <stdlib.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 #include <thread.h> 41 41 #include <stdbool.h>
Note:
See TracChangeset
for help on using the changeset viewer.