Newer
Older
ubixos / src / sys / include / drivers / video.h
@reddawg reddawg on 5 May 2002 404 bytes Looking Good
/**************************************************************************************
 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