From f3b04a2e0a041aa5546284c5bfc2022ab3e8b15f Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Sun, 23 Nov 2003 22:25:13 -0800 Subject: [PATCH] added ability to put format specifiers in the CALLOUT program string. --- udev.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'udev.h') diff --git a/udev.h b/udev.h index 904948d67a..6798f13666 100644 --- a/udev.h +++ b/udev.h @@ -68,6 +68,12 @@ struct udevice { int major; int minor; mode_t mode; + + /* fields that help us in building strings */ + unsigned char bus_id[SYSFS_NAME_LEN]; + unsigned char callout_value[NAME_SIZE]; + unsigned char kernel_number[NAME_SIZE]; + }; #define strfieldcpy(to, from) \ -- cgit v1.2.3-54-g00ecf