]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/cmd_sd.h
Remove extern declarations from command_tbl.c, create .h files for that.
[z180-stamp.git] / include / cmd_sd.h
diff --git a/include/cmd_sd.h b/include/cmd_sd.h
new file mode 100644 (file)
index 0000000..0a5f5e5
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0
+ */
+
+#ifndef CMD_SD_H
+#define CMD_SD_H
+
+#include "command.h"
+
+extern cmd_tbl_t cmd_tbl_sd[];
+
+command_ret_t do_sd(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+
+#endif /* CMD_SD_H */