blob: aa37026bedf98307d83da26d9c59f437cdc5bd19 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef __ASM_BYTEORDER_H
8#define __ASM_BYTEORDER_H
Christopher Ferris38062f92014-07-09 15:33:25 -07009#ifdef __AARCH64EB__
10#include <linux/byteorder/big_endian.h>
Christopher Ferris38062f92014-07-09 15:33:25 -070011#else
Ben Cheng655a7c02013-10-16 16:09:24 -070012#include <linux/byteorder/little_endian.h>
13#endif
Christopher Ferris38062f92014-07-09 15:33:25 -070014#endif