X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fide.h;h=03d8a48086a132b621fab8ec021e13d840a7a53e;hb=bd18ee6111c1b75fa0bbd670307d1ec1c622f91f;hp=e529f931a2b577272871070fd0ad36842c34b9c3;hpb=6593ee3c311ec87304c7bed52a9e6034338679fb;p=palacios.releases.git diff --git a/palacios/include/devices/ide.h b/palacios/include/devices/ide.h index e529f93..03d8a48 100644 --- a/palacios/include/devices/ide.h +++ b/palacios/include/devices/ide.h @@ -34,14 +34,15 @@ * */ -#ifndef __IDE_H__ -#define __IDE_H__ - +#ifndef __DEVICES_IDE_H__ +#define __DEVICES_IDE_H__ #ifdef __V3VEE__ + + #include -#ifdef __V3_32BIT__ + typedef long off_t; typedef sint32_t ssize_t; typedef unsigned int rd_bool; @@ -49,7 +50,7 @@ typedef uchar_t Bit8u; typedef ushort_t Bit16u; typedef uint32_t Bit32u; typedef uint64_t Bit64u; -#endif + #define MAX_ATA_CHANNEL 4