diff options
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r-- | drivers/md/dm.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h index bbbe9110f3bf..20194e000c5a 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h | |||
@@ -74,6 +74,14 @@ int dm_interface_init(void); | |||
74 | void dm_interface_exit(void); | 74 | void dm_interface_exit(void); |
75 | 75 | ||
76 | /* | 76 | /* |
77 | * sysfs interface | ||
78 | */ | ||
79 | int dm_sysfs_init(struct mapped_device *md); | ||
80 | void dm_sysfs_exit(struct mapped_device *md); | ||
81 | struct kobject *dm_kobject(struct mapped_device *md); | ||
82 | struct mapped_device *dm_get_from_kobject(struct kobject *kobj); | ||
83 | |||
84 | /* | ||
77 | * Targets for linear and striped mappings | 85 | * Targets for linear and striped mappings |
78 | */ | 86 | */ |
79 | int dm_linear_init(void); | 87 | int dm_linear_init(void); |