Changeset d3e6935 in mainline for uspace/app
- Timestamp:
- 2008-12-26T19:37:21Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b755225
- Parents:
- 713e6f2d
- Location:
- uspace/app
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/console/console1.c
r713e6f2d rd3e6935 33 33 #include "../tester.h" 34 34 35 #include "../../../srv/console/console.h"35 #include <ipc/console.h> 36 36 37 37 static void set_style(int fgcolor, int bgcolor) -
uspace/app/tetris/input.c
r713e6f2d rd3e6935 58 58 59 59 #include <async.h> 60 #include "../../srv/console/console.h"60 #include <ipc/console.h> 61 61 62 62 /* return true iff the given timeval is positive */ -
uspace/app/tetris/screen.c
r713e6f2d rd3e6935 57 57 #include "screen.h" 58 58 #include "tetris.h" 59 #include "../../srv/console/console.h"59 #include <ipc/console.h> 60 60 61 61 static cell curscreen[B_SIZE]; /* 1 => standout (or otherwise marked) */ -
uspace/app/trace/trace.c
r713e6f2d rd3e6935 50 50 #include <ipc/services.h> 51 51 #include "../../srv/vfs/vfs.h" 52 #include "../../srv/console/console.h"52 #include <ipc/console.h> 53 53 54 54 #include "syscalls.h"
Note:
See TracChangeset
for help on using the changeset viewer.