/************************************************************************************** Copyright (c) 2002 The UbixOS Project $Id$ **************************************************************************************/ #ifndef _VIDEO_H #define _VIDEO_H #define defaultColor 0xF0 extern int printColor; void kprint(char *string); int kprintf(const char *fmt, ...); void clearScreen(); #endif