X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fide.h;fp=palacios%2Finclude%2Fdevices%2Fide.h;h=88c593ee679b54a744d6d91c4974c767194bbb1f;hp=d299827f031e632b70d0047b6d9252ea4a93364b;hb=37c18b2c2335a41c68c2f0b779fd2b7d51ab216d;hpb=0160025157d9bc39687eb0c5df6cb3d965d20e07 diff --git a/palacios/include/devices/ide.h b/palacios/include/devices/ide.h index d299827..88c593e 100644 --- a/palacios/include/devices/ide.h +++ b/palacios/include/devices/ide.h @@ -21,7 +21,12 @@ #define __DEVICES_IDE_H__ #ifdef __V3VEE__ -#include + + +struct ide_cfg { + char pci[32]; + char southbridge[32]; +}; #define ATAPI_BLOCK_SIZE 2048 @@ -60,8 +65,6 @@ int v3_ide_register_harddisk(struct vm_device * ide, -struct vm_device * v3_create_ide(); - int v3_ide_get_geometry(struct vm_device * ide_dev, int channel_num, int drive_num,