mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
bf9e3b38f7
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
7 lines
148 B
C
7 lines
148 B
C
#ifndef _M68K_BYTEORDER_H
|
|
#define _M68K_BYTEORDER_H
|
|
|
|
#include <asm/types.h>
|
|
#include <linux/byteorder/big_endian.h>
|
|
|
|
#endif /* _M68K_BYTEORDER_H */
|