altos: Export ao_fat_sync and ao_fat_full functions
[fw/altos] / src / drivers / ao_fat.h
index cfe98a766b59bff9a324b72dfd670acc5882611b..e460c22a551aa87c7a835775fa64f66e00a56d92 100644 (file)
@@ -48,6 +48,12 @@ ao_fat_init(void);
 #define AO_FAT_EFBIG                   27
 #define AO_FAT_ENOSPC                  28
 
+void
+ao_fat_sync(void);
+
+int8_t
+ao_fat_full(void);
+
 int8_t
 ao_fat_open(char name[11], uint8_t mode);