summaryrefslogtreecommitdiffstats
path: root/legacy_property_service.h
diff options
context:
space:
mode:
authorthat <github@that.at>2014-03-06 07:57:43 +0100
committerthat <github@that.at>2014-03-09 23:17:15 +0100
commit7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa (patch)
tree9c9f6d74f486f40532607f5f80a42c90e4dae9e4 /legacy_property_service.h
parentFix error handling in createList (diff)
downloadandroid_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.gz
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.bz2
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.lz
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.xz
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.zst
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.zip
Diffstat (limited to 'legacy_property_service.h')
-rw-r--r--legacy_property_service.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/legacy_property_service.h b/legacy_property_service.h
new file mode 100644
index 000000000..172055fa2
--- /dev/null
+++ b/legacy_property_service.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2007 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 _LEGACY_PROPERTY_H
+#define _LEGACY_PROPERTY_H
+
+#include <stdbool.h>
+
+void legacy_get_property_workspace(int *fd, int *sz);
+void legacy_properties_init();
+
+#endif /* _LEGACY_PROPERTY_H */