Merge "init: small header clean up"
This commit is contained in:
commit
9b33cbc0cb
1 changed files with 4 additions and 8 deletions
|
|
@ -14,8 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _INIT_PROPERTY_H
|
#pragma once
|
||||||
#define _INIT_PROPERTY_H
|
|
||||||
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
||||||
|
|
@ -35,13 +34,10 @@ uint32_t HandlePropertySet(const std::string& name, const std::string& value,
|
||||||
|
|
||||||
extern bool PropertyChildReap(pid_t pid);
|
extern bool PropertyChildReap(pid_t pid);
|
||||||
|
|
||||||
void property_init(void);
|
void property_init();
|
||||||
void property_load_boot_defaults(bool);
|
void property_load_boot_defaults(bool load_debug_prop);
|
||||||
void load_persist_props(void);
|
void load_persist_props();
|
||||||
void load_system_props(void);
|
|
||||||
void StartPropertyService(Epoll* epoll);
|
void StartPropertyService(Epoll* epoll);
|
||||||
|
|
||||||
} // namespace init
|
} // namespace init
|
||||||
} // namespace android
|
} // namespace android
|
||||||
|
|
||||||
#endif /* _INIT_PROPERTY_H */
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue