blob: d52acf81491ea06058d6190a740917eb675a45aa [file] [log] [blame]
wdenk5c952cf2004-10-10 21:27:30 +00001/*
2* (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3* Scott McNutt <smcnutt@psyent.com>
4*
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
wdenk5c952cf2004-10-10 21:27:30 +00006*/
7
8#ifndef __ASM_NIOS2_BYTEORDER_H_
9#define __ASM_NIOS2_BYTEORDER_H_
10
11#include <asm/types.h>
Thomas Chou0dc1c7f2010-04-17 23:10:09 +080012
13#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
14# define __BYTEORDER_HAS_U64__
15# define __SWAB_64_THRU_32__
16#endif
17
wdenk5c952cf2004-10-10 21:27:30 +000018#include <linux/byteorder/little_endian.h>
19
20#endif /* __ASM_NIOS2_BYTEORDER_H_ */