X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fnvram.h;h=859fd866187e0e480a5ace0ea34d7351138a3e53;hb=d0886c953a9e5969ee0f54f11bb146bfe888bfe3;hp=cd6328c7fd5b3f62c0870b3815ef893a83f48910;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;p=palacios.git diff --git a/palacios/include/devices/nvram.h b/palacios/include/devices/nvram.h index cd6328c..859fd86 100644 --- a/palacios/include/devices/nvram.h +++ b/palacios/include/devices/nvram.h @@ -17,14 +17,18 @@ * redistribute, and modify it as specified in the file "V3VEE_LICENSE". */ -#ifndef __NVRAM_H -#define __NVRAM_H +#ifndef __DEVICES_NVRAM_H__ +#define __DEVICES_NVRAM_H__ + +#ifdef __V3VEE__ + #include -struct vm_device *create_nvram(); +struct vm_device * v3_create_nvram(struct vm_device * ide); + + -// The host os needs to call this -void deliver_timer_interrupt_to_vmm(uint_t period_us); +#endif // ! __V3VEE__ #endif