summaryrefslogtreecommitdiff
path: root/include/cmd_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cmd_mem.h')
-rw-r--r--include/cmd_mem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cmd_mem.h b/include/cmd_mem.h
index 05227cc..782c10a 100644
--- a/include/cmd_mem.h
+++ b/include/cmd_mem.h
@@ -19,15 +19,12 @@ extern command_ret_t do_mem_cp(cmd_tbl_t *, int, int, char * const []);
extern command_ret_t do_mem_cmp(cmd_tbl_t *, int, int, char * const []);
extern command_ret_t do_mem_base(cmd_tbl_t *, int, int, char * const []);
extern command_ret_t do_mem_loop(cmd_tbl_t *, int, int, char * const []);
-#ifdef CONFIG_LOOPW
extern command_ret_t do_mem_loopw(cmd_tbl_t *, int, int, char * const []);
-#endif
#ifdef CONFIG_CMD_MEMTEST
extern command_ret_t do_mem_mtest(cmd_tbl_t *, int, int, char * const []);
#endif
#ifdef CONFIG_MX_CYCLIC
extern command_ret_t do_mem_mdc(cmd_tbl_t *, int, int, char * const []);
-extern command_ret_t do_mem_mwc(cmd_tbl_t *, int, int, char * const []);
#endif /* CONFIG_MX_CYCLIC */
#endif /* CMD_MEM_H */