summaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_install.h
diff options
context:
space:
mode:
authorxunchang <xunchang@google.com>2019-03-18 00:45:12 +0100
committerxunchang <xunchang@google.com>2019-03-19 19:11:58 +0100
commitea2912f187cec8d426cfc2ca715b9a503355fa37 (patch)
tree4298ddcf0b5ce74a15a43699adbcc2d27bfb9084 /fuse_sdcard_install.h
parentMerge "Implement FilePackage class" (diff)
downloadandroid_bootable_recovery-ea2912f187cec8d426cfc2ca715b9a503355fa37.tar
android_bootable_recovery-ea2912f187cec8d426cfc2ca715b9a503355fa37.tar.gz
android_bootable_recovery-ea2912f187cec8d426cfc2ca715b9a503355fa37.tar.bz2
android_bootable_recovery-ea2912f187cec8d426cfc2ca715b9a503355fa37.tar.lz
android_bootable_recovery-ea2912f187cec8d426cfc2ca715b9a503355fa37.tar.xz
android_bootable_recovery-ea2912f187cec8d426cfc2ca715b9a503355fa37.tar.zst
android_bootable_recovery-ea2912f187cec8d426cfc2ca715b9a503355fa37.zip
Diffstat (limited to '')
-rw-r--r--fuse_sdcard_install.h (renamed from fuse_sdcard_provider.h)7
1 files changed, 2 insertions, 5 deletions
diff --git a/fuse_sdcard_provider.h b/fuse_sdcard_install.h
index bdc60f2ba..58f84a614 100644
--- a/fuse_sdcard_provider.h
+++ b/fuse_sdcard_install.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 The Android Open Source Project
+ * 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.
@@ -14,9 +14,6 @@
* limitations under the License.
*/
-#ifndef __FUSE_SDCARD_PROVIDER_H
-#define __FUSE_SDCARD_PROVIDER_H
+#pragma once
bool start_sdcard_fuse(const char* path);
-
-#endif