X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fram_cd.h;h=c105394f8fe778ba4ad7ac6d7e38362cde845c40;hb=17e0fe3ae80a90f7268462f6109ab68929b25e16;hp=34c90c2297b8ed12829c5894c9399bc24ec0c45b;hpb=1f3ac121a2cb2eff7c71c84a799096c2cd744d1b;p=palacios.git diff --git a/palacios/include/devices/ram_cd.h b/palacios/include/devices/ram_cd.h index 34c90c2..c105394 100644 --- a/palacios/include/devices/ram_cd.h +++ b/palacios/include/devices/ram_cd.h @@ -22,12 +22,15 @@ #ifdef __V3VEE__ -#include -struct vm_device * v3_create_ram_cd(struct vm_device * ide, - uint_t bus, uint_t drive, - addr_t ramdisk, uint32_t size); +struct ram_cd_cfg { + char ide[32]; + uint_t bus; + uint_t drive; + addr_t ramdisk; + uint32_t size; +};