]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
[u-boot] / include / common.h
index 91dc0f3c100bb43db9d7f75a425d426057dae7a9..cc74633df5e5718a922f1c072f977345ce1952b4 100644 (file)
@@ -271,6 +271,7 @@ int print_buffer(ulong addr, const void *data, uint width, uint count,
 /* common/main.c */
 void   main_loop       (void);
 int run_command(const char *cmd, int flag);
+int run_command_repeatable(const char *cmd, int flag);
 
 /**
  * Run a list of commands separated by ; or even \0