Changeset 8d2dd7f2 in mainline for uspace/srv/hid/output/port
- Timestamp:
- 2017-05-13T19:03:14Z (9 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/output/port
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/port/chardev.c
re48947e r8d2dd7f2 30 30 */ 31 31 32 #include <sys/types.h> 32 #include <stddef.h> 33 #include <stdint.h> 33 34 #include <char_dev_iface.h> 34 35 #include <stdio.h> -
uspace/srv/hid/output/port/kchar.c
re48947e r8d2dd7f2 31 31 */ 32 32 33 #include <s ys/types.h>33 #include <stdint.h> 34 34 #include <errno.h> 35 35 #include <str.h> -
uspace/srv/hid/output/port/niagara.c
re48947e r8d2dd7f2 32 32 */ 33 33 34 #include <s ys/types.h>34 #include <stdint.h> 35 35 #include <errno.h> 36 36 #include <sysinfo.h> -
uspace/srv/hid/output/port/ski.c
re48947e r8d2dd7f2 31 31 */ 32 32 33 #include <sys/types.h>34 33 #include <errno.h> 35 34 #include <sysinfo.h>
Note:
See TracChangeset
for help on using the changeset viewer.
