summaryrefslogtreecommitdiffstats
path: root/init/devices.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-03 17:12:07 -0800
committerElliott Hughes <enh@google.com>2015-02-04 08:59:10 -0800
commitf3cf438714aa1284d8a58e2f3b108ba93f6d3abb (patch)
tree3a1b726c6805315c280d745e8b742ec9542d58e9 /init/devices.h
parent5204b1580e0d0f38272c7da166eee9b88c14dc50 (diff)
downloadsystem_core-f3cf438714aa1284d8a58e2f3b108ba93f6d3abb.zip
system_core-f3cf438714aa1284d8a58e2f3b108ba93f6d3abb.tar.gz
system_core-f3cf438714aa1284d8a58e2f3b108ba93f6d3abb.tar.bz2
Build init as C++.
This is just the minimal change to keep it building. Change-Id: I245c5b8413a1db114576c81462eb5737f5ffcef2
Diffstat (limited to 'init/devices.h')
-rw-r--r--init/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/devices.h b/init/devices.h
index 5d0fe88..6cb0a77 100644
--- a/init/devices.h
+++ b/init/devices.h
@@ -26,4 +26,5 @@ extern int add_dev_perms(const char *name, const char *attr,
unsigned int gid, unsigned short prefix,
unsigned short wildcard);
int get_device_fd();
+
#endif /* _INIT_DEVICES_H */