diff options
author | Elliott Hughes <enh@google.com> | 2015-04-10 22:59:19 +0200 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-04-10 22:59:19 +0200 |
commit | 20531ef60524e6205b1d9a6c12a8335c5d97e311 (patch) | |
tree | 194576dea44fa1489e187e0c681401f96cad8a2d /fuse_sdcard_provider.h | |
parent | Merge "Switch minui over to C++." (diff) | |
download | android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.gz android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.bz2 android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.lz android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.xz android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.zst android_bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.zip |
Diffstat (limited to 'fuse_sdcard_provider.h')
-rw-r--r-- | fuse_sdcard_provider.h | 6 |
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 |