commit | e65527f7717c7d082ae5a67ed3f53436c16bad01 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Thu Feb 12 00:47:09 2004 +0000 |
committer | wdenk <wdenk> | Thu Feb 12 00:47:09 2004 +0000 |
tree | d03891090553d167f3eb08d7f9c3f2532e43fcc2 | |
parent | 88d73b5fd6fae53d3ba5dee30b02972407913250 [diff] [blame] |
* 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
diff --git a/include/asm-m68k/byteorder.h b/include/asm-m68k/byteorder.h new file mode 100644 index 0000000..ce613ac --- /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 */