summaryrefslogtreecommitdiff
path: root/namedev.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 /namedev.h
parentc1ab046124ebef3c82950b91ccfd1678d9f7fe5b (diff)
[PATCH] create /block/*/range count of partitons for all_partitions
Diffstat (limited to 'namedev.h')
-rw-r--r--namedev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/namedev.h b/namedev.h
index 8a3569ec7c..43381bfbd6 100644
--- a/namedev.h
+++ b/namedev.h
@@ -53,7 +53,6 @@ struct sysfs_class_device;
#define ATTR_PARTITIONS "all_partitions"
#define ATTR_IGNORE_REMOVE "ignore_remove"
-#define PARTITIONS_COUNT 15
#define MAX_SYSFS_PAIRS 5
@@ -91,6 +90,7 @@ extern struct list_head config_device_list;
extern int namedev_init(void);
extern int namedev_name_device(struct udevice *udev, struct sysfs_class_device *class_dev);
+extern void namedev_close(void);
extern void dump_config_dev(struct config_device *dev);
extern void dump_config_dev_list(void);