X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Ftimer.h;fp=palacios%2Finclude%2Fdevices%2Ftimer.h;h=e38c30735af625a62c47a2a5d369bd6f4a812e00;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=9a794e276dbffb92f2e2c2f5fded616cb3c3797f;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;p=palacios.git diff --git a/palacios/include/devices/timer.h b/palacios/include/devices/timer.h index 9a794e2..e38c307 100644 --- a/palacios/include/devices/timer.h +++ b/palacios/include/devices/timer.h @@ -17,16 +17,18 @@ * redistribute, and modify it as specified in the file "V3VEE_LICENSE". */ -#ifndef __TIMER_H -#define __TIMER_H +#ifndef __DEVICES_TIMER_H__ +#define __DEVICES_TIMER_H__ -#include +#ifdef __V3VEE__ +#include -struct vm_device * create_timer(); +struct vm_device * v3_create_timer(); +#endif // ! __V3VEE__ #endif