Subversion Repositories HelenOS

Rev

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

Rev 36 Rev 78
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __SKI_H__
29
#ifndef __SKI_H__
30
#define __SKI_H__
30
#define __SKI_H__
31
 
31
 
32
#define SKI_CONSOLE_INIT    20
32
#define SKI_INIT_CONSOLE    20
33
#define SKI_CONSOLE_PUTC    31
33
#define SKI_PUTCHAR     31
-
 
34
 
-
 
35
extern void ski_init_console(void);
-
 
36
extern void ski_putchar(const char ch);
34
   
37
   
35
#endif
38
#endif