mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-12 08:16:15 -04:00

* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
8 lines
148 B
C
8 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 */
|