summaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_provider.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 23:28:46 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-10 23:28:46 +0200
commit51697d2781501c30d8db6d2a8e6c2becebcffad8 (patch)
tree194576dea44fa1489e187e0c681401f96cad8a2d /fuse_sdcard_provider.h
parentMerge "Switch minui over to C++." (diff)
parentSwitch minadb over to C++. (diff)
downloadandroid_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar
android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.gz
android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.bz2
android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.lz
android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.xz
android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.zst
android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.zip
Diffstat (limited to 'fuse_sdcard_provider.h')
-rw-r--r--fuse_sdcard_provider.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fuse_sdcard_provider.h b/fuse_sdcard_provider.h
index dc2982ca0..dbfbcd521 100644
--- a/fuse_sdcard_provider.h
+++ b/fuse_sdcard_provider.h
@@ -17,7 +17,13 @@
#ifndef __FUSE_SDCARD_PROVIDER_H
#define __FUSE_SDCARD_PROVIDER_H
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+
void* start_sdcard_fuse(const char* path);
void finish_sdcard_fuse(void* token);
+__END_DECLS
+
#endif