X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fram_hd.h;fp=palacios%2Finclude%2Fdevices%2Fram_hd.h;h=4c4fdad5f3d6ca5785187d6f1b751e5086c0f398;hb=37c18b2c2335a41c68c2f0b779fd2b7d51ab216d;hp=77adf3efbd4d68b1b04c4d6b3b73252e9e143f09;hpb=0160025157d9bc39687eb0c5df6cb3d965d20e07;p=palacios.git diff --git a/palacios/include/devices/ram_hd.h b/palacios/include/devices/ram_hd.h index 77adf3e..4c4fdad 100644 --- a/palacios/include/devices/ram_hd.h +++ b/palacios/include/devices/ram_hd.h @@ -22,12 +22,13 @@ #ifdef __V3VEE__ -#include - - -struct vm_device * v3_create_ram_hd(struct vm_device * ide, - uint_t bus, uint_t drive, - addr_t ramdisk, uint32_t size); +struct ram_hd_cfg { + char ide[32]; + uint_t bus; + uint_t drive; + addr_t ramdisk; + uint32_t size; +};