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