From 5c86fa7f7f8568e85a934f064721d355ec7f486c Mon Sep 17 00:00:00 2001 From: Greentime Hu Date: Wed, 25 Oct 2017 14:58:32 +0800 Subject: nds32: Miscellaneous header files This patch introduces some miscellaneous header files. Signed-off-by: Vincent Chen Signed-off-by: Greentime Hu Acked-by: Arnd Bergmann --- arch/nds32/include/uapi/asm/byteorder.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 arch/nds32/include/uapi/asm/byteorder.h (limited to 'arch/nds32/include/uapi') diff --git a/arch/nds32/include/uapi/asm/byteorder.h b/arch/nds32/include/uapi/asm/byteorder.h new file mode 100644 index 000000000000..a23f6f3a2468 --- /dev/null +++ b/arch/nds32/include/uapi/asm/byteorder.h @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2005-2017 Andes Technology Corporation + +#ifndef __NDS32_BYTEORDER_H__ +#define __NDS32_BYTEORDER_H__ + +#ifdef __NDS32_EB__ +#include +#else +#include +#endif + +#endif /* __NDS32_BYTEORDER_H__ */ -- cgit