Changeset d3e6935 in mainline for uspace/srv/console/console.h


Ignore:
Timestamp:
2008-12-26T19:37:21Z (16 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/console/console.h

    r713e6f2d rd3e6935  
    4040#define CONSOLE_COUNT 12
    4141
    42 #define CONSOLE_GETCHAR         1026
    43 #define CONSOLE_PUTCHAR         1027
    44 #define CONSOLE_CLEAR           1028
    45 #define CONSOLE_GOTO            1029
    46 #define CONSOLE_GETSIZE         1030
    47 #define CONSOLE_FLUSH           1031
    48 #define CONSOLE_SET_STYLE       1032
    49 #define CONSOLE_CURSOR_VISIBILITY       1033
    50 
    5142#endif
    5243 
Note: See TracChangeset for help on using the changeset viewer.