Subversion Repositories HelenOS

Rev

Rev 3767 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3767 Rev 4482
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#ifndef LIBC_CONSOLE_STYLE_H_
35
#ifndef LIBC_IO_STYLE_H_
36
#define LIBC_CONSOLE_STYLE_H_
36
#define LIBC_IO_STYLE_H_
37
 
37
 
38
enum console_style {
38
enum console_style {
39
    STYLE_NORMAL    = 0,
39
    STYLE_NORMAL   = 0,
40
    STYLE_EMPHASIS  = 1
40
    STYLE_EMPHASIS = 1
41
};
41
};