summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/device-mapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/device-mapper.h')
-rw-r--r--kernel/include/linux/device-mapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/include/linux/device-mapper.h b/kernel/include/linux/device-mapper.h
index ec1c61c87..899ab9f85 100644
--- a/kernel/include/linux/device-mapper.h
+++ b/kernel/include/linux/device-mapper.h
@@ -124,6 +124,8 @@ struct dm_dev {
char name[16];
};
+dev_t dm_get_dev_t(const char *path);
+
/*
* Constructors should call these functions to ensure destination devices
* are opened/closed correctly.