Changeset 3fe00ee in mainline for uspace/lib/libc/include
- Timestamp:
- 2009-03-22T19:48:11Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8b48063
- Parents:
- dc033a1
- Location:
- uspace/lib/libc/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/console.h
rdc033a1 r3fe00ee 59 59 extern void console_cursor_visibility(int); 60 60 61 extern void console_kcon_enable(void); 62 61 63 #endif 62 64 -
uspace/lib/libc/include/ipc/console.h
rdc033a1 r3fe00ee 49 49 CONSOLE_SET_COLOR, 50 50 CONSOLE_SET_RGB_COLOR, 51 CONSOLE_CURSOR_VISIBILITY 51 CONSOLE_CURSOR_VISIBILITY, 52 CONSOLE_KCON_ENABLE 52 53 } console_request_t; 53 54
Note:
See TracChangeset
for help on using the changeset viewer.