X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fide.h;h=8f8951d1d9c3c64d53ad218fc13ade1e9346524b;hp=b778f1efa334ebabf4bf431308f943684d9a139f;hb=123a1ba27ea09c8fa77a1b36ce625b43d7c48b14;hpb=0e097100a26bc43eb8964734fa43130fc4c71429 diff --git a/palacios/include/devices/ide.h b/palacios/include/devices/ide.h index b778f1e..8f8951d 100644 --- a/palacios/include/devices/ide.h +++ b/palacios/include/devices/ide.h @@ -22,30 +22,6 @@ #ifdef __V3VEE__ -#include - -struct ide_cfg { - char pci[32]; - char southbridge[32]; -}; - - -int v3_ide_register_cdrom(struct vm_device * ide, - uint_t bus_num, - uint_t drive_num, - char * drive_name, - struct v3_cd_ops * ops, - void * private_data); - -int v3_ide_register_harddisk(struct vm_device * ide, - uint_t bus_num, - uint_t drive_num, - char * drive_name, - struct v3_hd_ops * ops, - void * private_data); - - - int v3_ide_get_geometry(struct vm_device * ide_dev, int channel_num, int drive_num,