summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/byteorder.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-02-12 00:47:09 +0000
committerwdenk <wdenk>2004-02-12 00:47:09 +0000
commitbf9e3b38f77c2eac620263dd60437c6ec47a27bf (patch)
treed03891090553d167f3eb08d7f9c3f2532e43fcc2 /include/asm-m68k/byteorder.h
parenta2d18bb7d31e7b971386fef505ff0218f3b6e893 (diff)
downloadtalos-obmc-uboot-bf9e3b38f77c2eac620263dd60437c6ec47a27bf.tar.gz
talos-obmc-uboot-bf9e3b38f77c2eac620263dd60437c6ec47a27bf.zip
* Some code cleanup
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
Diffstat (limited to 'include/asm-m68k/byteorder.h')
-rw-r--r--include/asm-m68k/byteorder.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-m68k/byteorder.h b/include/asm-m68k/byteorder.h
new file mode 100644
index 0000000000..ce613ac384
--- /dev/null
+++ b/include/asm-m68k/byteorder.h
@@ -0,0 +1,7 @@
+#ifndef _M68K_BYTEORDER_H
+#define _M68K_BYTEORDER_H
+
+#include <asm/types.h>
+#include <linux/byteorder/big_endian.h>
+
+#endif /* _M68K_BYTEORDER_H */
OpenPOWER on IntegriCloud