summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:43 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:43 +0200
commit89192c12928fea2a069e94c269a97b0410e707c0 (patch)
tree8b87205dcc3b9be5c7e5c724a8faa735cebc1652 /include/image.h
parent78a8e445d95ce8b4d62ef3e8cd13a81024d31e51 (diff)
downloadbarebox-89192c12928fea2a069e94c269a97b0410e707c0.tar.gz
barebox-89192c12928fea2a069e94c269a97b0410e707c0.tar.xz
svn_rev_327
moved print_image_hdr from common.h here
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index 2f575fd2d7..1cfb76631b 100644
--- a/include/image.h
+++ b/include/image.h
@@ -156,5 +156,7 @@ typedef struct image_header {
uint8_t ih_name[IH_NMLEN]; /* Image Name */
} image_header_t;
+/* common/cmd_bootm.c */
+void print_image_hdr (image_header_t *hdr);
#endif /* __IMAGE_H__ */