X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fide.h;h=8f8951d1d9c3c64d53ad218fc13ade1e9346524b;hb=3d9181a002f5f30881ee53fff4ec1b2ab8395b0a;hp=ee6f2c5d2071227ccc3c83857947017dfa32d8ab;hpb=bb102eef875adf3e667e4e3ffe7e6412b167b14e;p=palacios.git 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__