Changeset ca3ba3a in mainline for uspace/lib/libc/include/ipc/console.h
- Timestamp:
- 2009-06-03T19:21:04Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2595dab
- Parents:
- 76d0d284
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/ipc/console.h
r76d0d284 rca3ba3a 28 28 29 29 /** @addtogroup libcipc 30 * @{ 30 * @{ 31 31 */ 32 32 /** @file … … 37 37 38 38 #include <ipc/ipc.h> 39 #include <ipc/vfs.h> 39 40 40 41 typedef enum { 41 CONSOLE_GET KEY = IPC_FIRST_USER_METHOD,42 CONSOLE_ PUTCHAR,43 CONSOLE_ WRITE,42 CONSOLE_GET_SIZE = VFS_LAST_SRV, 43 CONSOLE_GET_EVENT, 44 CONSOLE_GOTO, 44 45 CONSOLE_CLEAR, 45 CONSOLE_GOTO,46 CONSOLE_GETSIZE,47 CONSOLE_FLUSH,48 46 CONSOLE_SET_STYLE, 49 47 CONSOLE_SET_COLOR, … … 54 52 55 53 #endif 56 54 57 55 /** @} 58 56 */
Note:
See TracChangeset
for help on using the changeset viewer.