summaryrefslogtreecommitdiff
path: root/udev_sysfs.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-21 13:44:39 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:36:13 -0700
commit7e720bd4ad8257d81d273d98294ebbcc03ade9ba (patch)
tree5ce8a27d9abe0213679e815d1d13bcc4597da3d8 /udev_sysfs.h
parent1cec1c241600fc11121f9504bc9e95836c03bd9c (diff)
[PATCH] switch major/minor to dev_t
Diffstat (limited to 'udev_sysfs.h')
-rw-r--r--udev_sysfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev_sysfs.h b/udev_sysfs.h
index 98ff53e11a..77c0e6a8ef 100644
--- a/udev_sysfs.h
+++ b/udev_sysfs.h
@@ -27,6 +27,7 @@
#define WAIT_MAX_SECONDS 5
#define WAIT_LOOP_PER_SECOND 20
+extern dev_t get_devt(struct sysfs_class_device *class_dev);
extern int subsystem_expect_no_dev(const char *subsystem);
/* /sys/class /sys/block devices */