From c27e69116d3ef0ea069a3c5146009ced08a0238b Mon Sep 17 00:00:00 2001 From: "patmans@us.ibm.com" Date: Tue, 14 Oct 2003 23:32:17 -0700 Subject: [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. --- udev.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'udev.h') diff --git a/udev.h b/udev.h index 590a8ed039..e9fc2e46eb 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 -- cgit v1.2.3-54-g00ecf