X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fserial.h;fp=palacios%2Finclude%2Fdevices%2Fserial.h;h=f9be921b541ff062e699257a1ae1396ce1f1f21a;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=36bd07c5ada9ed071f0283c0d60ad77c02e53914;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;p=palacios-OLD.git diff --git a/palacios/include/devices/serial.h b/palacios/include/devices/serial.h index 36bd07c..f9be921 100644 --- a/palacios/include/devices/serial.h +++ b/palacios/include/devices/serial.h @@ -18,15 +18,19 @@ */ -#ifndef __SERIAL_H__ -#define __SERIAL_H__ +#ifndef __DEVICES_SERIAL_H__ +#define __DEVICES_SERIAL_H__ + +#ifdef __V3VEE__ #include +struct vm_device * v3_create_serial(); + -struct vm_device * create_serial(); +#endif // ! __V3VEE__ #endif