summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/sdl
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl')
-rw-r--r--firmware/target/hosted/sdl/system-sdl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/system-sdl.c b/firmware/target/hosted/sdl/system-sdl.c
index 25e77c22a2..fdf79d9333 100644
--- a/firmware/target/hosted/sdl/system-sdl.c
+++ b/firmware/target/hosted/sdl/system-sdl.c
@@ -289,9 +289,10 @@ void system_exception_wait(void)
system_reboot();
}
-void hostfs_init(void)
+int hostfs_init(void)
{
/* stub */
+ return 0;
}
#ifdef HAVE_STORAGE_FLUSH