commit | 81f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Jun 22 12:53:17 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Fri Jun 23 13:21:20 2017 -0700 |
tree | 994dda570ae23534eb95913a17747e2f90f4ad7b | |
parent | 84c2eebbdd889fdb7208069c48ba06a2b5a71bf4 [diff] [blame] |
init: create android::init:: namespace With some small fixups along the way Test: Boot bullhead Test: init unit tests Change-Id: I7beaa473cfa9397f845f810557d1631b4a462d6a
diff --git a/init/ueventd.h b/init/ueventd.h index 1f424d3..51775ec 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