• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef __ASM_ARM_BYTEORDER_H
7 #define __ASM_ARM_BYTEORDER_H
8 #ifdef __ARMEB__
9 #include <linux/byteorder/big_endian.h>
10 #else
11 #include <linux/byteorder/little_endian.h>
12 #endif
13 #endif
14