X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fserial.c;h=2f49f6d7568dec8cca623bf18a4f678925638bdc;hb=56f8088296ee4116a4811a2f4f843edd80a7748d;hp=f769d7fd49803bab432bd296dffbe0f9653754a3;hpb=624a05de781c51ed5d34a6db2583f884918a9594;p=palacios.git diff --git a/palacios/src/geekos/serial.c b/palacios/src/geekos/serial.c index f769d7f..2f49f6d 100644 --- a/palacios/src/geekos/serial.c +++ b/palacios/src/geekos/serial.c @@ -1,3 +1,7 @@ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include #include #include @@ -66,7 +70,7 @@ void InitSerialAddr(unsigned short io_addr) { -inline static void SerialPutChar(unsigned char c) { +void SerialPutChar(unsigned char c) { // static unsigned short io_adr; if (serial_io_addr==0) {