Changeset fa09449 in mainline for uspace/lib/libc/include/ipc/console.h
- Timestamp:
- 2009-02-15T22:31:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6cd9aa6
- Parents:
- 76dd25b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/ipc/console.h
r76dd25b rfa09449 39 39 40 40 typedef enum { 41 CONSOLE_GET CHAR= IPC_FIRST_USER_METHOD,41 CONSOLE_GETKEY = IPC_FIRST_USER_METHOD, 42 42 CONSOLE_PUTCHAR, 43 43 CONSOLE_CLEAR,
Note:
See TracChangeset
for help on using the changeset viewer.