X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fserial.h;h=9588f2a7f7693b3216a694e158a0b44a753ba185;hb=734dfbecdb21f61f344ca092b99a957b58e49e52;hp=c04c1a94d3f28b916b63d78d83c751c057864344;hpb=01e2bfdc462dbbe8d62b71c7e99e198c27844f0f;p=palacios.git diff --git a/palacios/include/geekos/serial.h b/palacios/include/geekos/serial.h index c04c1a9..9588f2a 100644 --- a/palacios/include/geekos/serial.h +++ b/palacios/include/geekos/serial.h @@ -1,3 +1,8 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ + + #ifndef SERIAL_H #define SERIAL_H @@ -14,7 +19,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, ...);