Subversion Repositories HelenOS-historic

Rev

Rev 1523 | Rev 1555 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1523 Rev 1525
Line 29... Line 29...
29
#ifndef __CONSOLE_H__
29
#ifndef __CONSOLE_H__
30
#define __CONSOLE_H__
30
#define __CONSOLE_H__
31
 
31
 
32
#define CONSOLE_COUNT 12 
32
#define CONSOLE_COUNT 12 
33
 
33
 
34
#define CONSOLE_GETCHAR 1026
34
#define CONSOLE_GETCHAR     1026
35
#define CONSOLE_PUTCHAR 1027
35
#define CONSOLE_PUTCHAR     1027
36
#define CONSOLE_CLEAR   1028
36
#define CONSOLE_CLEAR       1028
37
#define CONSOLE_GOTO    1029
37
#define CONSOLE_GOTO        1029
38
#define CONSOLE_GETSIZE 1030
38
#define CONSOLE_GETSIZE     1030
39
#define CONSOLE_FLUSH   1031
39
#define CONSOLE_FLUSH       1031
-
 
40
#define CONSOLE_SET_STYLE   1032
40
 
41
 
41
#endif
42
#endif
42
 
43