summaryrefslogtreecommitdiffstats
path: root/init/ueventd.h
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-06-22 12:53:17 -0700
committerTom Cherry <tomcherry@google.com>2017-06-23 13:21:20 -0700
commit81f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33 (patch)
tree994dda570ae23534eb95913a17747e2f90f4ad7b /init/ueventd.h
parent84c2eebbdd889fdb7208069c48ba06a2b5a71bf4 (diff)
downloadsystem_core-81f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33.tar.gz
system_core-81f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33.tar.bz2
system_core-81f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33.zip
init: create android::init:: namespace
With some small fixups along the way Test: Boot bullhead Test: init unit tests Change-Id: I7beaa473cfa9397f845f810557d1631b4a462d6a
Diffstat (limited to 'init/ueventd.h')
-rw-r--r--init/ueventd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/init/ueventd.h b/init/ueventd.h
index 1f424d3b6..51775ecec 100644
--- a/init/ueventd.h
+++ b/init/ueventd.h
@@ -17,6 +17,12 @@
#ifndef _INIT_UEVENTD_H_
#define _INIT_UEVENTD_H_
+namespace android {
+namespace init {
+
int ueventd_main(int argc, char** argv);
+} // namespace init
+} // namespace android
+
#endif