• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef __ASM_BYTEORDER_H
8 #define __ASM_BYTEORDER_H
9 #ifdef __AARCH64EB__
10 #include <linux/byteorder/big_endian.h>
11 #else
12 #include <linux/byteorder/little_endian.h>
13 #endif
14 #endif
15