X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fnvram.h;h=f5c4f2ed384ca6ffe83fc8e2f56edf0e60b77954;hb=f9bb3db89469169bb5775dc031d89e570c6fed70;hp=3936fe082d178d896a462874db35772a808022d7;hpb=df58bd3c484a52b1e166dc28e7b9b6fd94e5a023;p=palacios.git diff --git a/palacios/include/devices/nvram.h b/palacios/include/devices/nvram.h index 3936fe0..f5c4f2e 100644 --- a/palacios/include/devices/nvram.h +++ b/palacios/include/devices/nvram.h @@ -1,10 +1,14 @@ +/* Northwestern University */ +/* (c) 2008, Peter Dinda */ + #ifndef __NVRAM_H #define __NVRAM_H #include - - struct vm_device *create_nvram(); +// The host os needs to call this +void deliver_timer_interrupt_to_vmm(uint_t period_us); + #endif