X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fbyteorder%2Fbig_endian.h;h=d53a67dff018e1644e711c384b97a6074038175f;hb=110b93842e36b17598cf24874e90d0401431cda2;hp=3c80fd7e8b567c8f6d8cd768c120926a424ec577;hpb=cd764695b67386a81964f68e9c66efd9f13f4d29;p=pandora-kernel.git diff --git a/include/linux/byteorder/big_endian.h b/include/linux/byteorder/big_endian.h index 3c80fd7e8b56..d53a67dff018 100644 --- a/include/linux/byteorder/big_endian.h +++ b/include/linux/byteorder/big_endian.h @@ -7,6 +7,9 @@ #ifndef __BIG_ENDIAN_BITFIELD #define __BIG_ENDIAN_BITFIELD #endif +#ifndef __BYTE_ORDER +#define __BYTE_ORDER __BIG_ENDIAN +#endif #include #include