X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fnvram.h;h=3e09760dc5421aa0f65de1b2937b4e3fafd9ab1b;hb=7192677f55dd5594438a8a8846aa2d70f76d2c76;hp=3bf96d5c30dc05b4bb9a16dfcc12aefba042d6ca;hpb=570ad6257ed18fbbc840c17a600f12f2dc44b010;p=palacios.releases.git diff --git a/palacios/include/devices/nvram.h b/palacios/include/devices/nvram.h index 3bf96d5..3e09760 100644 --- a/palacios/include/devices/nvram.h +++ b/palacios/include/devices/nvram.h @@ -1,10 +1,14 @@ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ + #ifndef __NVRAM_H #define __NVRAM_H #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