Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / arch / xtensa / include / asm / byteorder.h
CommitLineData
9a8fd558
CZ
1#ifndef _XTENSA_BYTEORDER_H
2#define _XTENSA_BYTEORDER_H
3
206ead28 4#ifdef __XTENSA_EL__
8903709b 5#include <linux/byteorder/little_endian.h>
206ead28 6#elif defined(__XTENSA_EB__)
8903709b 7#include <linux/byteorder/big_endian.h>
206ead28
HH
8#else
9# error processor byte order undefined!
10#endif
11
de4f6e5b 12#endif /* _XTENSA_BYTEORDER_H */