summaryrefslogtreecommitdiff
path: root/kpartx/devmapper.h
diff options
context:
space:
mode:
authorChristophe Varoqui <cvaroqui@hera.kernel.org>2005-05-01 15:05:22 -0700
committerChristophe Varoqui <cvaroqui@hera.kernel.org>2005-05-01 15:05:22 -0700
commite1233f6e33c6034e8718b396c59cdf5040ac1122 (patch)
tree42bd8e6e6d5ed3d493d0bae936a1df02944c12de /kpartx/devmapper.h
downloadmultipath-tools-e1233f6e33c6034e8718b396c59cdf5040ac1122.tar.gz
multipath-tools-e1233f6e33c6034e8718b396c59cdf5040ac1122.tar.bz2
multipath-tools-e1233f6e33c6034e8718b396c59cdf5040ac1122.zip
Initial git import.
Release 0.4.5-pre2
Diffstat (limited to 'kpartx/devmapper.h')
-rw-r--r--kpartx/devmapper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kpartx/devmapper.h b/kpartx/devmapper.h
new file mode 100644
index 0000000..ffd243f
--- /dev/null
+++ b/kpartx/devmapper.h
@@ -0,0 +1,5 @@
+int dm_prereq (char *, int, int, int);
+int dm_simplecmd (int, const char *);
+int dm_addmap (int, const char *, const char *, const char *, unsigned long);
+int dm_map_present (char *);
+const char * dm_mapname(int major, int minor);