/* 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