X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fscreen.h;h=39133e7436ecbeec0e822ffeec3441f4e620572d;hp=241fc6f8184545562fbd38361e1a57323658205f;hb=01e2bfdc462dbbe8d62b71c7e99e198c27844f0f;hpb=72a450936e2da159d5febe1e96475493badd9070 diff --git a/palacios/include/geekos/screen.h b/palacios/include/geekos/screen.h index 241fc6f..39133e7 100644 --- a/palacios/include/geekos/screen.h +++ b/palacios/include/geekos/screen.h @@ -1,7 +1,7 @@ /* * GeekOS text screen output * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -11,6 +11,7 @@ #define GEEKOS_SCREEN_H #include +#include #define BLACK 0 #define BLUE 1 @@ -51,6 +52,8 @@ void Put_Char(int c); void Put_String(const char* s); void Put_Buf(const char* buf, ulong_t length); void Print(const char* fmt, ...) __attribute__ ((format (printf, 1, 2))); +void PrintList(const char * fmt, va_list ap); + #endif /* GEEKOS */