Subversion Repositories HelenOS

Rev

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

Rev 63 Rev 452
Line 35... Line 35...
35
#define SCREEN      (ROW*ROWS)
35
#define SCREEN      (ROW*ROWS)
36
 
36
 
37
extern void ega_init(void);
37
extern void ega_init(void);
38
extern void ega_putchar(const char ch);
38
extern void ega_putchar(const char ch);
39
 
39
 
40
static void ega_check_cursor(void);
-
 
41
static void ega_display_char(char ch);
-
 
42
 
-
 
43
#endif
40
#endif