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=ee6f2c5d2071227ccc3c83857947017dfa32d8ab;hb=123a1ba27ea09c8fa77a1b36ce625b43d7c48b14;hpb=bb102eef875adf3e667e4e3ffe7e6412b167b14e diff --git a/palacios/include/devices/ide.h b/palacios/include/devices/ide.h index ee6f2c5..8f8951d 100644 --- a/palacios/include/devices/ide.h +++ b/palacios/include/devices/ide.h @@ -21,11 +21,11 @@ #define __DEVICES_IDE_H__ #ifdef __V3VEE__ -#include -struct vm_device * v3_create_ide(); +int v3_ide_get_geometry(struct vm_device * ide_dev, int channel_num, int drive_num, + uint32_t * cylinders, uint32_t * heads, uint32_t * sectors); #endif // ! __V3VEE__