X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fnvram.h;h=681d2e84b4f5641a41ef22e0ab7cad455994ad40;hb=d25cf4863326ae17565bfbe23879438bc352f069;hp=3bf96d5c30dc05b4bb9a16dfcc12aefba042d6ca;hpb=570ad6257ed18fbbc840c17a600f12f2dc44b010;p=palacios.git diff --git a/palacios/include/devices/nvram.h b/palacios/include/devices/nvram.h index 3bf96d5..681d2e8 100644 --- a/palacios/include/devices/nvram.h +++ b/palacios/include/devices/nvram.h @@ -3,8 +3,9 @@ #include +struct vm_device *create_nvram(); - -struct vm_device * nvram_create(); +// The host os needs to call this +void deliver_timer_interrupt_to_vmm(uint_t period_us); #endif