summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-11-25 16:38:03 +0100
committerWolfgang Denk <wd@pollux.(none)>2005-11-25 16:38:03 +0100
commitf08abe311b41633b550520de50d4c0ff1fbf2800 (patch)
tree8a07dbcd9309dedfc7d8e7328b453f09ec325f43 /include/image.h
parentaa7cfc463ae760be321fbe78eeb9b936e3dde5d8 (diff)
downloadbarebox-f08abe311b41633b550520de50d4c0ff1fbf2800.tar.gz
barebox-f08abe311b41633b550520de50d4c0ff1fbf2800.tar.xz
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h
index 4c23f0e5b5..af37bcad5a 100644
--- a/include/image.h
+++ b/include/image.h
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2000
+ * (C) Copyright 2000-2005
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
@@ -19,6 +19,13 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
+ *
+ ********************************************************************
+ * NOTE: This header file defines an interface to U-Boot. Including
+ * this (unmodified) header file in another file is considered normal
+ * use of U-Boot, and does *not* fall under the heading of "derived
+ * work".
+ ********************************************************************
*/
#ifndef __IMAGE_H__