aboutsummaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_provider.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 13:59:19 -0700
committerElliott Hughes <enh@google.com>2015-04-10 13:59:19 -0700
commit20531ef60524e6205b1d9a6c12a8335c5d97e311 (patch)
tree194576dea44fa1489e187e0c681401f96cad8a2d /fuse_sdcard_provider.h
parent23017c5d5c145a1040ee49466d30489d6e11bb61 (diff)
downloadbootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.zip
bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.gz
bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.bz2
Switch minadb over to C++.
Change-Id: I5afaf70caa590525627c676c88b445d3162de33e
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 dc2982c..dbfbcd5 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