summaryrefslogtreecommitdiff
path: root/include/u-boot
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-02 23:23:25 (GMT)
committerWolfgang Denk <wd@denx.de>2009-07-19 19:41:46 (GMT)
commit37566090766d61beef70c62986b90749920255d8 (patch)
tree6770441ddc1bc0b9e662e2ea7102da8e10b62d61 /include/u-boot
parent2a2ed845c085eb093b69fa6382fcf7534bb1f4b0 (diff)
downloadu-boot-fsl-qoriq-37566090766d61beef70c62986b90749920255d8.tar.xz
compiler.h: unify system ifdef cruft here
Shove a lot of the HOSTCC and related #ifdef checking crap into the new compiler.h header so that we can keep all other headers nice and clean. Also introduce custom uswap functions so we don't have to rely on the non standard implementations that a host may (or may not in the case of OS X) provide. This allows mkimage to finally build cleanly on an OS X system. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/u-boot')
-rw-r--r--include/u-boot/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u-boot/md5.h b/include/u-boot/md5.h
index 8b44a7f..08924cc 100644
--- a/include/u-boot/md5.h
+++ b/include/u-boot/md5.h
@@ -6,7 +6,7 @@
#ifndef _MD5_H
#define _MD5_H
-#include <linux/types.h>
+#include "compiler.h"
struct MD5Context {
__u32 buf[4];