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=85c26af624e453ba47cf07bff1d66b7712ed91a4;hp=dd1b4b2d51860e16e8433a14641c51bfca8dde10;hb=5db3136d5331c355c188537c68005db8d2cb4eac;hpb=1aaebb897ea68da37b76519f74460808de7b92e6 diff --git a/palacios/include/devices/ide.h b/palacios/include/devices/ide.h index dd1b4b2..85c26af 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