X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Ftimer.h;h=e38c30735af625a62c47a2a5d369bd6f4a812e00;hb=9e5466cf32b157becd1f7d429bf687a1a14d544a;hp=9a794e276dbffb92f2e2c2f5fded616cb3c3797f;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;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