summaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_install.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-03-20 04:10:50 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-03-20 04:10:50 +0100
commit9ac28bd57716550d92217f53465687d2d0fcaeba (patch)
tree9887b8f3b9f06abe942e4c2bd3669150fc17b3dd /fuse_sdcard_install.h
parentSnap for 5386257 from c5f06d7dc821dc5d98a3742fe1249fcbe0f0c1b8 to qt-release (diff)
parentMerge "Create a FuseDataProvider base class" am: eeea86f5fd am: 4aa4bf5e19 (diff)
downloadandroid_bootable_recovery-9ac28bd57716550d92217f53465687d2d0fcaeba.tar
android_bootable_recovery-9ac28bd57716550d92217f53465687d2d0fcaeba.tar.gz
android_bootable_recovery-9ac28bd57716550d92217f53465687d2d0fcaeba.tar.bz2
android_bootable_recovery-9ac28bd57716550d92217f53465687d2d0fcaeba.tar.lz
android_bootable_recovery-9ac28bd57716550d92217f53465687d2d0fcaeba.tar.xz
android_bootable_recovery-9ac28bd57716550d92217f53465687d2d0fcaeba.tar.zst
android_bootable_recovery-9ac28bd57716550d92217f53465687d2d0fcaeba.zip
Diffstat (limited to 'fuse_sdcard_install.h')
-rw-r--r--fuse_sdcard_install.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/fuse_sdcard_install.h b/fuse_sdcard_install.h
new file mode 100644
index 000000000..58f84a614
--- /dev/null
+++ b/fuse_sdcard_install.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2019 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#pragma once
+
+bool start_sdcard_fuse(const char* path);