X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Framdisk.h;h=017512d888c1c58d6184470b582af6d4c5511c3d;hp=b8c0d615319d074aab35f148551773537dd6f5a3;hb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;hpb=1c46db5ec8d086d76f7120a638199564947694d3 diff --git a/palacios/include/devices/ramdisk.h b/palacios/include/devices/ramdisk.h index b8c0d61..017512d 100644 --- a/palacios/include/devices/ramdisk.h +++ b/palacios/include/devices/ramdisk.h @@ -32,7 +32,7 @@ struct cdrom_ops; int v3_ramdisk_register_cdrom(struct vm_device * ide_dev, uint_t busID, uint_t driveID, struct cdrom_ops * cd, void * private_data); -struct vm_device * create_ramdisk(); +struct vm_device * v3_create_ramdisk(); #endif // ! __V3VEE__