X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fide.h;h=c0015504ed9ee5b67a80482a8a87a9f75fd2a55b;hp=e529f931a2b577272871070fd0ad36842c34b9c3;hb=452885dcf15a56694ba283a079877ac38b545b0f;hpb=9ba3dfc76b6572ac3a71e4b1be6cd4f9cf28f593 diff --git a/palacios/include/devices/ide.h b/palacios/include/devices/ide.h index e529f93..c001550 100644 --- a/palacios/include/devices/ide.h +++ b/palacios/include/devices/ide.h @@ -41,7 +41,7 @@ #ifdef __V3VEE__ #include -#ifdef __V3_32BIT__ + typedef long off_t; typedef sint32_t ssize_t; typedef unsigned int rd_bool; @@ -49,7 +49,7 @@ typedef uchar_t Bit8u; typedef ushort_t Bit16u; typedef uint32_t Bit32u; typedef uint64_t Bit64u; -#endif + #define MAX_ATA_CHANNEL 4