summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/arch/nios2/include/asm/byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/arch/nios2/include/asm/byteorder.h')
-rw-r--r--qemu/roms/u-boot/arch/nios2/include/asm/byteorder.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/qemu/roms/u-boot/arch/nios2/include/asm/byteorder.h b/qemu/roms/u-boot/arch/nios2/include/asm/byteorder.h
deleted file mode 100644
index d52acf814..000000000
--- a/qemu/roms/u-boot/arch/nios2/include/asm/byteorder.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
-* (C) Copyright 2004, Psyent Corporation <www.psyent.com>
-* Scott McNutt <smcnutt@psyent.com>
-*
- * SPDX-License-Identifier: GPL-2.0+
-*/
-
-#ifndef __ASM_NIOS2_BYTEORDER_H_
-#define __ASM_NIOS2_BYTEORDER_H_
-
-#include <asm/types.h>
-
-#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
-# define __BYTEORDER_HAS_U64__
-# define __SWAB_64_THRU_32__
-#endif
-
-#include <linux/byteorder/little_endian.h>
-
-#endif /* __ASM_NIOS2_BYTEORDER_H_ */