]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/common.h
Fix some missing commands, cleanup header files
[karo-tx-uboot.git] / include / common.h
index 0bb43533c6250afddab45b899c2b19f0a7c57d10..8a98de3f26db63112d5d6f10a861e24a9adbb921 100644 (file)
@@ -147,8 +147,11 @@ extern ulong monitor_flash_len;
 /* common/flash.c */
 void flash_perror (int);
 
+/* common/cmd_autoscript.c */
+int    autoscript (ulong addr);
+
 /* common/cmd_bootm.c */
-void print_image_hdr (image_header_t *hdr);
+void   print_image_hdr (image_header_t *hdr);
 
 extern ulong load_addr;                /* Default Load Address */