X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2F8254.h;fp=palacios%2Finclude%2Fdevices%2F8254.h;h=c5efc0f570f532aa58e58b891aeef50e81d4dc84;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=bceb7461312507db720dc8d65fafbfd93880d075;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;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