X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fserial.h;h=f531c0ce841adb7ebf65ff846f17cb780456f6f5;hb=e70e95962c26832628d586e07f9cd1a2e1852d72;hp=c04c1a94d3f28b916b63d78d83c751c057864344;hpb=01e2bfdc462dbbe8d62b71c7e99e198c27844f0f;p=palacios.git diff --git a/palacios/include/geekos/serial.h b/palacios/include/geekos/serial.h index c04c1a9..f531c0c 100644 --- a/palacios/include/geekos/serial.h +++ b/palacios/include/geekos/serial.h @@ -1,3 +1,24 @@ +/* + * This file is part of the Palacios Virtual Machine Monitor developed + * by the V3VEE Project with funding from the United States National + * Science Foundation and the Department of Energy. + * + * The V3VEE Project is a joint project between Northwestern University + * and the University of New Mexico. You can find out more at + * http://www.v3vee.org + * + * Copyright (c) 2008, Peter Dinda + * Copyright (c) 2008, Jack Lange + * Copyright (c) 2008, The V3VEE Project + * All rights reserved. + * + * Author: Peter Dinda + * Author: Jack Lange + * + * This is free software. You are permitted to use, + * redistribute, and modify it as specified in the file "V3VEE_LICENSE". + */ + #ifndef SERIAL_H #define SERIAL_H @@ -14,7 +35,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, ...);