Changeset d3e6935 in mainline for uspace/app


Ignore:
Timestamp:
2008-12-26T19:37:21Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b755225
Parents:
713e6f2d
Message:

Put console IPC method numbers under libc.

Location:
uspace/app
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/console/console1.c

    r713e6f2d rd3e6935  
    3333#include "../tester.h"
    3434
    35 #include "../../../srv/console/console.h"
     35#include <ipc/console.h>
    3636
    3737static void set_style(int fgcolor, int bgcolor)
  • uspace/app/tetris/input.c

    r713e6f2d rd3e6935  
    5858
    5959#include <async.h>
    60 #include "../../srv/console/console.h"
     60#include <ipc/console.h>
    6161
    6262/* return true iff the given timeval is positive */
  • uspace/app/tetris/screen.c

    r713e6f2d rd3e6935  
    5757#include "screen.h"
    5858#include "tetris.h"
    59 #include "../../srv/console/console.h"
     59#include <ipc/console.h>
    6060
    6161static cell curscreen[B_SIZE];  /* 1 => standout (or otherwise marked) */
  • uspace/app/trace/trace.c

    r713e6f2d rd3e6935  
    5050#include <ipc/services.h>
    5151#include "../../srv/vfs/vfs.h"
    52 #include "../../srv/console/console.h"
     52#include <ipc/console.h>
    5353
    5454#include "syscalls.h"
Note: See TracChangeset for help on using the changeset viewer.