X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_time.h;h=3cbd2edb08462f6c82bbfe4b5b23ad3bc4930b16;hb=f4b074d9bf5c28dfd6e5fd616805ade2e9473b01;hp=ccc777524e857c81362c053df0ddcb0d9826a46c;hpb=56f8088296ee4116a4811a2f4f843edd80a7748d;p=palacios.git diff --git a/palacios/include/palacios/vmm_time.h b/palacios/include/palacios/vmm_time.h index ccc7775..3cbd2ed 100644 --- a/palacios/include/palacios/vmm_time.h +++ b/palacios/include/palacios/vmm_time.h @@ -4,6 +4,7 @@ #ifndef __VMM_TIME_H #define __VMM_TIME_H +#ifdef __V3VEE__ #include #include @@ -28,7 +29,7 @@ struct vm_time { }; -#ifdef __V3VEE__ + struct vm_timer_ops { void (*update_time)(ullong_t cpu_cycles, ullong_t cpu_freq, void * priv_data);