Changeset 9805cde in mainline for uspace/lib/libc/include/ipc
- Timestamp:
- 2009-01-01T13:31:23Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7122bc7
- Parents:
- 666773c
- Location:
- uspace/lib/libc/include/ipc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/ipc/console.h
r666773c r9805cde 33 33 */ 34 34 35 #ifndef LIBC_ CONSOLE_H_36 #define LIBC_ CONSOLE_H_35 #ifndef LIBC_IPC_CONSOLE_H_ 36 #define LIBC_IPC_CONSOLE_H_ 37 37 38 #define CONSOLE_GETCHAR 1026 39 #define CONSOLE_PUTCHAR 1027 40 #define CONSOLE_CLEAR 1028 41 #define CONSOLE_GOTO 1029 42 #define CONSOLE_GETSIZE 1030 43 #define CONSOLE_FLUSH 1031 44 #define CONSOLE_SET_STYLE 1032 45 #define CONSOLE_CURSOR_VISIBILITY 1033 38 #include <ipc/ipc.h> 39 40 typedef enum { 41 CONSOLE_GETCHAR = IPC_FIRST_USER_METHOD, 42 CONSOLE_PUTCHAR, 43 CONSOLE_CLEAR, 44 CONSOLE_GOTO, 45 CONSOLE_GETSIZE, 46 CONSOLE_FLUSH, 47 CONSOLE_SET_STYLE, 48 CONSOLE_SET_COLOR, 49 CONSOLE_SET_RGB_COLOR, 50 CONSOLE_CURSOR_VISIBILITY 51 } console_request_t; 46 52 47 53 #endif -
uspace/lib/libc/include/ipc/fb.h
r666773c r9805cde 49 49 FB_VIEWPORT_DELETE, 50 50 FB_SET_STYLE, 51 FB_SET_COLOR, 52 FB_SET_RGB_COLOR, 51 53 FB_GET_RESOLUTION, 52 54 FB_DRAW_TEXT_DATA, … … 68 70 } fb_request_t; 69 71 70 71 72 #endif 72 73
Note:
See TracChangeset
for help on using the changeset viewer.