X-Git-Url: http://git.droids-corp.org/?p=protos%2Fimu.git;a=blobdiff_plain;f=sd_log.h;fp=sd_log.h;h=d2333e26286a2e381b2ceb3f41b25fbbe4a378cb;hp=0000000000000000000000000000000000000000;hb=a0a958396dfcb47aa2d71e2e8366377834cee99c;hpb=da1d0e96fa1b3f2ec6598351b10ba7348b3f8c1d diff --git a/sd_log.h b/sd_log.h new file mode 100644 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