summaryrefslogtreecommitdiffstats
path: root/fuse_sideload.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-07-19 17:40:37 +0200
committerTao Bao <tbao@google.com>2015-07-24 20:22:05 +0200
commit0d4e002670064157aa34ba8c391184151b7d402a (patch)
treee9f4b33d1ffa2c30c371abf40453d52690e1403c /fuse_sideload.h
parentam 6e9dda70: uncrypt: Support file level encryption. (diff)
downloadandroid_bootable_recovery-0d4e002670064157aa34ba8c391184151b7d402a.tar
android_bootable_recovery-0d4e002670064157aa34ba8c391184151b7d402a.tar.gz
android_bootable_recovery-0d4e002670064157aa34ba8c391184151b7d402a.tar.bz2
android_bootable_recovery-0d4e002670064157aa34ba8c391184151b7d402a.tar.lz
android_bootable_recovery-0d4e002670064157aa34ba8c391184151b7d402a.tar.xz
android_bootable_recovery-0d4e002670064157aa34ba8c391184151b7d402a.tar.zst
android_bootable_recovery-0d4e002670064157aa34ba8c391184151b7d402a.zip
Diffstat (limited to 'fuse_sideload.h')
-rw-r--r--fuse_sideload.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fuse_sideload.h b/fuse_sideload.h
index f9e3bf0d3..c0b16efbe 100644
--- a/fuse_sideload.h
+++ b/fuse_sideload.h
@@ -17,10 +17,6 @@
#ifndef __FUSE_SIDELOAD_H
#define __FUSE_SIDELOAD_H
-#include <sys/cdefs.h>
-
-__BEGIN_DECLS
-
// define the filenames created by the sideload FUSE filesystem
#define FUSE_SIDELOAD_HOST_MOUNTPOINT "/sideload"
#define FUSE_SIDELOAD_HOST_FILENAME "package.zip"
@@ -39,6 +35,4 @@ struct provider_vtab {
int run_fuse_sideload(struct provider_vtab* vtab, void* cookie,
uint64_t file_size, uint32_t block_size);
-__END_DECLS
-
#endif