summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:56 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:56 +0200
commit17f9b2c9ac8e253e7ab0d00b2bf8e4bb67e14852 (patch)
tree441f27e37c8fcb6f8a968a6e82e2a339007c2477 /include/image.h
parentd5a108ece39a1a32dd888f33937b5db8d9b3ba70 (diff)
downloadbarebox-17f9b2c9ac8e253e7ab0d00b2bf8e4bb67e14852.tar.gz
barebox-17f9b2c9ac8e253e7ab0d00b2bf8e4bb67e14852.tar.xz
svn_rev_463
make ppc compile again
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index 1cfb76631b..98f154c981 100644
--- a/include/image.h
+++ b/include/image.h
@@ -158,5 +158,6 @@ typedef struct image_header {
/* common/cmd_bootm.c */
void print_image_hdr (image_header_t *hdr);
+extern image_header_t header;
#endif /* __IMAGE_H__ */