summaryrefslogtreecommitdiffstats
path: root/fsck_unshare_blocks.h
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2018-05-16 22:43:22 +0200
committerDavid Anderson <dvander@google.com>2018-05-30 22:24:30 +0200
commitedee8361d75715b9bc020d76fa8f38b005a6e912 (patch)
tree8aa3b917ac0d1a3a913ea92d84bc8607d5308bd9 /fsck_unshare_blocks.h
parentMerge "updater_sample: add UpdaterState" (diff)
downloadandroid_bootable_recovery-edee8361d75715b9bc020d76fa8f38b005a6e912.tar
android_bootable_recovery-edee8361d75715b9bc020d76fa8f38b005a6e912.tar.gz
android_bootable_recovery-edee8361d75715b9bc020d76fa8f38b005a6e912.tar.bz2
android_bootable_recovery-edee8361d75715b9bc020d76fa8f38b005a6e912.tar.lz
android_bootable_recovery-edee8361d75715b9bc020d76fa8f38b005a6e912.tar.xz
android_bootable_recovery-edee8361d75715b9bc020d76fa8f38b005a6e912.tar.zst
android_bootable_recovery-edee8361d75715b9bc020d76fa8f38b005a6e912.zip
Diffstat (limited to '')
-rw-r--r--fsck_unshare_blocks.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/fsck_unshare_blocks.h b/fsck_unshare_blocks.h
new file mode 100644
index 000000000..9de8ef9a3
--- /dev/null
+++ b/fsck_unshare_blocks.h
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) 2018 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.
+ */
+
+#ifndef _FILESYSTEM_CMDS_H
+#define _FILESYSTEM_CMDS_H
+
+bool do_fsck_unshare_blocks();
+
+#endif // _FILESYSTEM_CMDS_H