Rev 3746 | Rev 3767 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3746 | Rev 3747 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | #include <stdlib.h> |
30 | #include <stdlib.h> |
| 31 | #include <io/stream.h> |
31 | #include <io/stream.h> |
| 32 | #include <async.h> |
32 | #include <async.h> |
| 33 | #include "../tester.h" |
33 | #include "../tester.h" |
| 34 | 34 | ||
| 35 | #include "../../../srv/console/console.h" |
35 | #include <ipc/console.h> |
| 36 | 36 | ||
| 37 | static void set_style(int fgcolor, int bgcolor) |
37 | static void set_style(int fgcolor, int bgcolor) |
| 38 | { |
38 | { |
| 39 | int con_phone = get_cons_phone(); |
39 | int con_phone = get_cons_phone(); |
| 40 | async_msg_2(con_phone, CONSOLE_SET_STYLE, fgcolor, bgcolor); |
40 | async_msg_2(con_phone, CONSOLE_SET_STYLE, fgcolor, bgcolor); |