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