summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/system-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/system-sdl.c')
-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)
289 system_reboot(); 289 system_reboot();
290} 290}
291 291
292void hostfs_init(void) 292int hostfs_init(void)
293{ 293{
294 /* stub */ 294 /* stub */
295 return 0;
295} 296}
296 297
297#ifdef HAVE_STORAGE_FLUSH 298#ifdef HAVE_STORAGE_FLUSH