]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/command.h
combine block device load commands into common function
[people/ms/u-boot.git] / include / command.h
index 6e1bdc2ab27479dc61b2e4f1e020b524eaa40792..1f06aa1819023c0869b5c30ddeff4fe949becf19 100644 (file)
@@ -110,6 +110,10 @@ static inline int bootm_maybe_autostart(cmd_tbl_t *cmdtp, const char *cmd)
        return 0;
 }
 #endif
+
+extern int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,
+                          char *const argv[]);
+
 extern int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
 
 /*