[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2 of 7] pcilib: define endianness for minios
On Mon, 12 Oct 2009, Samuel Thibault wrote: > Stefano Stabellini, le Mon 12 Oct 2009 18:19:57 +0100, a écrit : > > Include endian.h for MiniOS. > > Err, could you reorder the hooks the same way as in the existing pcilib > patch? As it is now, your patch is unreadable just because of this :) > I know it is unreadable, this is the actual difference between the two trees: diff -uNpbE -r pciutils-x86_32/lib/sysdep.h /dev/xensource/xen-unstable-stubdompass/stubdom/pciutils-x86_32/lib/sysdep.h --- pciutils-x86_32/lib/sysdep.h 2007-02-06 12:00:18.000000000 +0000 +++ /dev/xensource/xen-unstable-stubdompass/stubdom/pciutils-x86_32/lib/sysdep.h 2009-10-09 19:01:51.000000000 +0100 @@ -32,6 +32,10 @@ typedef u16 word; #else +#ifdef PCI_OS_MINIOS +#include <machine/endian.h> +#endif + #ifdef PCI_OS_LINUX #include <endian.h> #define BYTE_ORDER __BYTE_ORDER _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |