Changeset 38d150e in mainline for uspace/srv/hid/output
- Timestamp:
- 2017-12-02T09:44:11Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40feeac
- Parents:
- b5abaf7
- Location:
- uspace/srv/hid/output
- Files:
-
- 3 edited
-
output.c (modified) (1 diff)
-
port/kfb.c (modified) (1 diff)
-
proto/vt100.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/output.c
rb5abaf7 r38d150e 27 27 */ 28 28 29 #include <errno.h> 29 30 #include <stddef.h> 30 #include <errno.h> 31 #include <malloc.h> 31 #include <stdlib.h> 32 32 #include <macros.h> 33 33 #include <as.h> -
uspace/srv/hid/output/port/kfb.c
rb5abaf7 r38d150e 41 41 #include <sysinfo.h> 42 42 #include <ddi.h> 43 #include < malloc.h>43 #include <stdlib.h> 44 44 #include <mem.h> 45 45 #include <as.h> -
uspace/srv/hid/output/proto/vt100.c
rb5abaf7 r38d150e 32 32 #include <inttypes.h> 33 33 #include <errno.h> 34 #include <stddef.h> 34 35 #include <stdio.h> 35 #include <stddef.h> 36 #include <malloc.h> 36 #include <stdlib.h> 37 37 #include <io/color.h> 38 38 #include <types/common.h>
Note:
See TracChangeset
for help on using the changeset viewer.
