X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_dev_mgr.h;h=11d64ec140e1586e287eb35a0044d920d3a2a40a;hb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;hp=b8d773ec57eaba8046a819921de3d7769c5e83ca;hpb=1c46db5ec8d086d76f7120a638199564947694d3;p=palacios-OLD.git diff --git a/palacios/include/palacios/vmm_dev_mgr.h b/palacios/include/palacios/vmm_dev_mgr.h index b8d773e..11d64ec 100644 --- a/palacios/include/palacios/vmm_dev_mgr.h +++ b/palacios/include/palacios/vmm_dev_mgr.h @@ -85,8 +85,8 @@ struct dev_mem_hook { }; -int dev_mgr_init(struct guest_info * info); -int dev_mgr_deinit(struct guest_info * info); +int v3_init_dev_mgr(struct guest_info * info); +int v3_dev_mgr_deinit(struct guest_info * info); void PrintDebugDevMgr(struct guest_info * info); void PrintDebugDev(struct vm_device * dev);