X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fserial.h;h=2389ed6342d6c6e193a19e438b42ea2206215347;hb=d6aaf17a9c98eeaa093a35fb61c4b4bb59b31c07;hp=c04c1a94d3f28b916b63d78d83c751c057864344;hpb=01e2bfdc462dbbe8d62b71c7e99e198c27844f0f;p=palacios.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, ...);