summaryrefslogtreecommitdiffstats
path: root/init/ueventd_parser.h
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-10-26 15:09:43 -0700
committerBrian Swetland <swetland@google.com>2010-10-26 15:37:06 -0700
commitbc57d4ce925a62f14c28c55e0ff28af1114f12be (patch)
treead1c32d5e681212727b3492f6b594a8e5f139d3a /init/ueventd_parser.h
parent5988ea726e91fbdc69485b729ea2f532fedfa1d6 (diff)
downloadsystem_core-bc57d4ce925a62f14c28c55e0ff28af1114f12be.zip
system_core-bc57d4ce925a62f14c28c55e0ff28af1114f12be.tar.gz
system_core-bc57d4ce925a62f14c28c55e0ff28af1114f12be.tar.bz2
init: support owner/permission setting for sysfs attributes of devices
This should be much nicer than peppering init.rc with chown/chmod directives. Also, remove some dead code and obsolete comments. Change-Id: I10895f10a9cf2f1226c8d12976cd3db3743da9ec
Diffstat (limited to 'init/ueventd_parser.h')
-rw-r--r--init/ueventd_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/ueventd_parser.h b/init/ueventd_parser.h
index 48f9bb8..3684285 100644
--- a/init/ueventd_parser.h
+++ b/init/ueventd_parser.h
@@ -17,7 +17,7 @@
#ifndef _INIT_UEVENTD_PARSER_H_
#define _INIT_UEVENTD_PARSER_H_
-#define UEVENTD_PARSER_MAXARGS 4
+#define UEVENTD_PARSER_MAXARGS 5
int ueventd_parse_config_file(const char *fn);
void set_device_permission(int nargs, char **args);