summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/system-android.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/android/system-android.c')
-rw-r--r--firmware/target/hosted/android/system-android.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/hosted/android/system-android.c b/firmware/target/hosted/android/system-android.c
index 313bfbcd62..d13b8d6462 100644
--- a/firmware/target/hosted/android/system-android.c
+++ b/firmware/target/hosted/android/system-android.c
@@ -67,9 +67,10 @@ void system_init(void)
67 telephony_init_device(); 67 telephony_init_device();
68} 68}
69 69
70void hostfs_init(void) 70int hostfs_init(void)
71{ 71{
72 /* stub */ 72 /* stub */
73 return 0;
73} 74}
74 75
75int hostfs_flush(void) 76int hostfs_flush(void)