diff options
Diffstat (limited to 'arch/microblaze/bits/endian.h')
-rw-r--r-- | arch/microblaze/bits/endian.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/bits/endian.h b/arch/microblaze/bits/endian.h deleted file mode 100644 index d82a92ac..00000000 --- a/arch/microblaze/bits/endian.h +++ /dev/null @@ -1,5 +0,0 @@ -#if __MICROBLAZEEL__ -#define __BYTE_ORDER __LITTLE_ENDIAN -#else -#define __BYTE_ORDER __BIG_ENDIAN -#endif |