X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2F8254.h;h=c5efc0f570f532aa58e58b891aeef50e81d4dc84;hb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;hp=bceb7461312507db720dc8d65fafbfd93880d075;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;p=palacios.git diff --git a/palacios/include/devices/8254.h b/palacios/include/devices/8254.h index bceb746..c5efc0f 100644 --- a/palacios/include/devices/8254.h +++ b/palacios/include/devices/8254.h @@ -17,17 +17,19 @@ * redistribute, and modify it as specified in the file "V3VEE_LICENSE". */ -#ifndef __8254_H -#define __8254_H +#ifndef __DEVICES_8254_H__ +#define __DEVICES_8254_H__ -#include +#ifdef __V3VEE__ -struct vm_device * create_pit(); +#include +struct vm_device * v3_create_pit(); +#endif // ! __V3VEE__ #endif