162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef _XTENSA_BYTEORDER_H 362306a36Sopenharmony_ci#define _XTENSA_BYTEORDER_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifdef __XTENSA_EL__ 662306a36Sopenharmony_ci#include <linux/byteorder/little_endian.h> 762306a36Sopenharmony_ci#elif defined(__XTENSA_EB__) 862306a36Sopenharmony_ci#include <linux/byteorder/big_endian.h> 962306a36Sopenharmony_ci#else 1062306a36Sopenharmony_ci# error processor byte order undefined! 1162306a36Sopenharmony_ci#endif 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#endif /* _XTENSA_BYTEORDER_H */ 14