2009-03-27 21:25:36 +08:00
|
|
|
#ifndef _ASM_MICROBLAZE_BYTEORDER_H
|
|
|
|
#define _ASM_MICROBLAZE_BYTEORDER_H
|
|
|
|
|
2010-09-28 14:04:14 +08:00
|
|
|
#ifdef __MICROBLAZEEL__
|
|
|
|
#include <linux/byteorder/little_endian.h>
|
|
|
|
#else
|
2009-03-27 21:25:36 +08:00
|
|
|
#include <linux/byteorder/big_endian.h>
|
2010-09-28 14:04:14 +08:00
|
|
|
#endif
|
2009-03-27 21:25:36 +08:00
|
|
|
|
|
|
|
#endif /* _ASM_MICROBLAZE_BYTEORDER_H */
|