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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cmd_fat.h b/include/cmd_fat.h
new file mode 100644
index 0000000..66be559
--- /dev/null
+++ b/include/cmd_fat.h
@@ -0,0 +1,12 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef CMD_FAT_H
+#define CMD_FAT_H
+
+void setup_fatfs(void);
+
+#endif /* CMD_FAT_H */