blob: 31902762a42699079fd1d40d0a3416a0e4d4d1c0 [file] [log] [blame]
Michal Simek10713b12009-03-27 14:25:36 +01001#ifndef _ASM_MICROBLAZE_BYTEORDER_H
2#define _ASM_MICROBLAZE_BYTEORDER_H
3
Michal Simek02b08042010-09-28 16:04:14 +10004#ifdef __MICROBLAZEEL__
5#include <linux/byteorder/little_endian.h>
6#else
Michal Simek10713b12009-03-27 14:25:36 +01007#include <linux/byteorder/big_endian.h>
Michal Simek02b08042010-09-28 16:04:14 +10008#endif
Michal Simek10713b12009-03-27 14:25:36 +01009
10#endif /* _ASM_MICROBLAZE_BYTEORDER_H */