]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/cmd_fat.h
Remove extern declarations from command_tbl.c, create .h files for that.
[z180-stamp.git] / include / cmd_fat.h
index 66be55989e92b8da574cdfc6abe6768e27ac6ec6..ed96a524d143d8a1f0262ae8f3dc8616e889a3b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ * (C) Copyright 2014-2018 Leo C. <erbl259-lmu@yahoo.de>
  *
  * SPDX-License-Identifier:    GPL-2.0
  */
@@ -7,6 +7,12 @@
 #ifndef CMD_FAT_H
 #define CMD_FAT_H
 
+#include "command.h"
+
+extern cmd_tbl_t cmd_tbl_fat[];
+
+command_ret_t do_fat(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+
 void setup_fatfs(void);
 
 #endif /* CMD_FAT_H */