Changeset 2f6ad06 in mainline
- Timestamp:
- 2016-08-30T17:18:30Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 101516d
- Parents:
- 5c2af75
- Location:
- uspace/srv/hid
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/compositor/compositor.c
r5c2af75 r2f6ad06 55 55 #include <async.h> 56 56 #include <loc.h> 57 #include <task.h> 57 58 58 59 #include <io/keycode.h> -
uspace/srv/hid/console/console.c
r5c2af75 r2f6ad06 49 49 #include <malloc.h> 50 50 #include <as.h> 51 #include <task.h> 51 52 #include <fibril_synch.h> 52 53 #include "console.h" -
uspace/srv/hid/output/output.c
r5c2af75 r2f6ad06 32 32 #include <macros.h> 33 33 #include <as.h> 34 #include <task.h> 34 35 #include <ipc/output.h> 35 36 #include "port/ega.h"
Note:
See TracChangeset
for help on using the changeset viewer.