Release 4.10 arch/xtensa/include/uapi/asm/byteorder.h
#ifndef _XTENSA_BYTEORDER_H
#define _XTENSA_BYTEORDER_H
#ifdef __XTENSA_EL__
#include <linux/byteorder/little_endian.h>
#elif defined(__XTENSA_EB__)
#include <linux/byteorder/big_endian.h>
#else
# error processor byte order undefined!
#endif
#endif /* _XTENSA_BYTEORDER_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
harvey harrison | harvey harrison | 22 | 70.97% | 2 | 50.00% |
chris zankel | chris zankel | 9 | 29.03% | 2 | 50.00% |
| Total | 31 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.