18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify 68c2ecf20Sopenharmony_ci * it under the terms of the GNU General Public License version 2 as 78c2ecf20Sopenharmony_ci * published by the Free Software Foundation. 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef __ASM_ARC_BYTEORDER_H 118c2ecf20Sopenharmony_ci#define __ASM_ARC_BYTEORDER_H 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#ifdef __BIG_ENDIAN__ 148c2ecf20Sopenharmony_ci#include <linux/byteorder/big_endian.h> 158c2ecf20Sopenharmony_ci#else 168c2ecf20Sopenharmony_ci#include <linux/byteorder/little_endian.h> 178c2ecf20Sopenharmony_ci#endif 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* ASM_ARC_BYTEORDER_H */ 20