X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fscreen.h;h=8bd39a5f745e71d84acb6132914a956cb530b958;hp=241fc6f8184545562fbd38361e1a57323658205f;hb=b86b717be870723228190fcc9c8233a511d95073;hpb=bc98195a63d8cb1d109eeaa72f57f468c6c9581e diff --git a/misc/test_vm/include/geekos/screen.h b/misc/test_vm/include/geekos/screen.h index 241fc6f..8bd39a5 100644 --- a/misc/test_vm/include/geekos/screen.h +++ b/misc/test_vm/include/geekos/screen.h @@ -11,6 +11,7 @@ #define GEEKOS_SCREEN_H #include +#include #define BLACK 0 #define BLUE 1 @@ -51,7 +52,7 @@ 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 */ #endif /* GEEKOS_SCREEN_H */