X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fserial.h;h=2389ed6342d6c6e193a19e438b42ea2206215347;hb=c3bf21ce75d6ea7ffb74b2d548d0c0b2d2843ea7;hp=c04c1a94d3f28b916b63d78d83c751c057864344;hpb=01e2bfdc462dbbe8d62b71c7e99e198c27844f0f;p=palacios-OLD.git diff --git a/palacios/include/geekos/serial.h b/palacios/include/geekos/serial.h index c04c1a9..2389ed6 100644 --- a/palacios/include/geekos/serial.h +++ b/palacios/include/geekos/serial.h @@ -14,7 +14,7 @@ #define SERIAL_PRINT_DEBUG_LEVEL 10 #endif - +void SerialPutChar(unsigned char c); void SerialPrint(const char * format, ...); void SerialPrintLevel(int level, const char * format, ...);