Changeset 19f857a in mainline for uspace/srv/hid
- Timestamp:
- 2010-03-21T09:39:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8023571
- Parents:
- e2b73d4f
- Location:
- uspace/srv/hid
- Files:
-
- 4 edited
-
console/console.c (modified) (1 diff)
-
console/gcons.c (modified) (1 diff)
-
fb/fb.c (modified) (1 diff)
-
fb/serial_console.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/console.c
re2b73d4f r19f857a 47 47 #include <sys/mman.h> 48 48 #include <stdio.h> 49 #include <str ing.h>49 #include <str.h> 50 50 #include <sysinfo.h> 51 51 #include <event.h> -
uspace/srv/hid/console/gcons.c
re2b73d4f r19f857a 38 38 #include <stdio.h> 39 39 #include <sys/mman.h> 40 #include <str ing.h>40 #include <str.h> 41 41 #include <align.h> 42 42 #include <bool.h> -
uspace/srv/hid/fb/fb.c
re2b73d4f r19f857a 41 41 #include <stdlib.h> 42 42 #include <unistd.h> 43 #include <str ing.h>43 #include <str.h> 44 44 #include <ddi.h> 45 45 #include <sysinfo.h> -
uspace/srv/hid/fb/serial_console.c
re2b73d4f r19f857a 46 46 #include <io/color.h> 47 47 #include <io/style.h> 48 #include <str ing.h>48 #include <str.h> 49 49 50 50 #include "../console/screenbuffer.h"
Note:
See TracChangeset
for help on using the changeset viewer.
