Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 582 → Rev 583

/kernel/trunk/arch/ia64/include/ski/ski.h
31,7 → 31,6
 
#include <arch/types.h>
 
 
#define SKI_INIT_CONSOLE 20
#define SKI_GETCHAR 21
#define SKI_PUTCHAR 31
38,5 → 37,5
 
extern void ski_init_console(void);
extern void poll_keyboard(void);
 
#endif