]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/cmd_mem.h
Version 0.6.8.3
[z180-stamp.git] / include / cmd_mem.h
index 18023389d33ed0ce49fb7f1be7e24dfa17da9339..782c10a94e679fa379ec35e06e7019418b930f0d 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
 #ifndef CMD_MEM_H
 #define CMD_MEM_H
 
@@ -13,16 +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 */
-