summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorpatmans@us.ibm.com <patmans@us.ibm.com>2003-10-14 23:32:17 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:01:40 -0700
commitc27e69116d3ef0ea069a3c5146009ced08a0238b (patch)
treeb90831fad9f7a0238e60e70ae66409bc5ca79fc4 /udev.h
parentdbfc520c605dee3244dbbfd563e908901324689b (diff)
[PATCH] add callout config type to udev
This patch adds a callout config type to udev, so external programs can be called to get serial numbers or id's that are not available as a sysfs attribute.
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/udev.h b/udev.h
index 590a8ed03..e9fc2e46e 100644
--- a/udev.h
+++ b/udev.h
@@ -57,5 +57,7 @@ struct device_attr {
extern int udev_add_device(char *device, char *subsystem);
extern int udev_remove_device(char *device, char *subsystem);
+extern char **main_argv;
+extern char **main_envp;
#endif