summaryrefslogtreecommitdiff
path: root/src/kernel/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/fat.h')
-rw-r--r--src/kernel/fat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/fat.h b/src/kernel/fat.h
index 3ca9cc3..364b3db 100644
--- a/src/kernel/fat.h
+++ b/src/kernel/fat.h
@@ -8,4 +8,6 @@ void init_fat();
bool try_fat_init_drive(struct drive *d);
+void fat_ready_shutdown();
+
#endif \ No newline at end of file