add missing sd_log.[ch] files
[protos/imu.git] / sd_log.h
diff --git a/sd_log.h b/sd_log.h
new file mode 100644 (file)
index 0000000..d2333e2
--- /dev/null
+++ b/sd_log.h
@@ -0,0 +1,7 @@
+#ifndef SD_LOG_H_
+#define SD_LOG_H_
+
+struct fat_file_struct *open_log_file(void);
+struct fat_file_struct *get_log_file(void);
+
+#endif