X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fide.h;h=14e915fd76b505361b0a33ede8707dc928ecbc84;hb=ef34565873989f5b0240f7f9911c3666a69587c9;hp=ee6f2c5d2071227ccc3c83857947017dfa32d8ab;hpb=bb102eef875adf3e667e4e3ffe7e6412b167b14e;p=palacios.git diff --git a/palacios/include/devices/ide.h b/palacios/include/devices/ide.h index ee6f2c5..14e915f 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(void * ide_data, int channel_num, int drive_num, + uint32_t * cylinders, uint32_t * heads, uint32_t * sectors); #endif // ! __V3VEE__