summaryrefslogtreecommitdiff
path: root/include/cmd_fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cmd_fat.h')
-rw-r--r--include/cmd_fat.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/cmd_fat.h b/include/cmd_fat.h
index 66be559..ed96a52 100644
--- a/include/cmd_fat.h
+++ b/include/cmd_fat.h
@@ -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 */