summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-09 08:43:18 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:27:41 -0700
commit6d56416665863dc2b4fb107dbdc779e4791bdf9e (patch)
tree906017c79653eda2bfa421733c4901fa9e51b440 /udev.h
parentc1ab046124ebef3c82950b91ccfd1678d9f7fe5b (diff)
[PATCH] create /block/*/range count of partitons for all_partitions
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 5beec64557..c2f9859c5a 100644
--- a/udev.h
+++ b/udev.h
@@ -46,6 +46,8 @@
#define HOTPLUGD_DIR "/etc/hotplug.d"
#define HOTPLUG_SUFFIX ".hotplug"
+#define DEFAULT_PARTITIONS_COUNT 15
+
struct udevice {
char devpath[DEVPATH_SIZE];
char subsystem[SUBSYSTEM_SIZE];