X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_time.h;h=5e9a1f387490a6fee409c5d7c29976547efee13a;hb=4298bbf36e8bb689f2817fc7616803c2fd788005;hp=11e4eb9486f2c0e7419ffb5b831ef1c9b2996c38;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;p=palacios.git diff --git a/palacios/include/palacios/vmm_time.h b/palacios/include/palacios/vmm_time.h index 11e4eb9..5e9a1f3 100644 --- a/palacios/include/palacios/vmm_time.h +++ b/palacios/include/palacios/vmm_time.h @@ -68,11 +68,9 @@ int v3_remove_timer(struct guest_info * info, struct vm_timer * timer); void v3_update_time(struct guest_info * info, ullong_t cycles); -#endif // !__V3VEE__ - void v3_init_time(struct guest_info * info); - +#endif // !__V3VEE__ #endif