X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fnvram.h;h=681d2e84b4f5641a41ef22e0ab7cad455994ad40;hb=d25cf4863326ae17565bfbe23879438bc352f069;hp=9d180277b8510e425a6221d58c4b456e604a3734;hpb=7841dc573457c334a0f3b6e9186d26b1776c400f;p=palacios.git diff --git a/palacios/include/devices/nvram.h b/palacios/include/devices/nvram.h index 9d18027..681d2e8 100644 --- a/palacios/include/devices/nvram.h +++ b/palacios/include/devices/nvram.h @@ -1,10 +1,11 @@ -#ifndef _nvram -#define _nvram +#ifndef __NVRAM_H +#define __NVRAM_H -#include +#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