diff options
Diffstat (limited to 'supervisor/filesystem.h')
| -rw-r--r-- | supervisor/filesystem.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/supervisor/filesystem.h b/supervisor/filesystem.h index 76f235f47..c7c951a5e 100644 --- a/supervisor/filesystem.h +++ b/supervisor/filesystem.h @@ -31,6 +31,10 @@ #include "extmod/vfs_fat.h" +extern volatile bool filesystem_flush_requested; + +void filesystem_background(void); +void filesystem_tick(void); void filesystem_init(bool create_allowed, bool force_create); void filesystem_flush(void); bool filesystem_present(void); |
