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_COLOR_H_
35
#ifndef LIBC_IO_COLOR_H_
36
#define LIBC_CONSOLE_COLOR_H_
36
#define LIBC_IO_COLOR_H_
37
 
37
 
38
enum console_color {
38
enum console_color {
39
    COLOR_BLACK = 0,
39
    COLOR_BLACK   = 0,
40
    COLOR_BLUE  = 1,
40
    COLOR_BLUE    = 1,
41
    COLOR_GREEN = 2,
41
    COLOR_GREEN   = 2,