Changeset 2595dab in mainline for uspace/lib/libc/include/io/style.h
- Timestamp:
- 2009-06-03T19:26:28Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d00ae4c
- Parents:
- ca3ba3a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/io/style.h
rca3ba3a r2595dab 28 28 29 29 /** @addtogroup libc 30 * @{ 30 * @{ 31 31 */ 32 32 /** @file 33 33 */ 34 34 35 #ifndef LIBC_ CONSOLE_STYLE_H_36 #define LIBC_ CONSOLE_STYLE_H_35 #ifndef LIBC_IO_STYLE_H_ 36 #define LIBC_IO_STYLE_H_ 37 37 38 38 enum console_style { 39 STYLE_NORMAL 40 STYLE_EMPHASIS 39 STYLE_NORMAL = 0, 40 STYLE_EMPHASIS = 1 41 41 }; 42 42 43 43 #endif 44 44 45 45 /** @} 46 46 */
Note:
See TracChangeset
for help on using the changeset viewer.