summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2011-11-07 16:45:11 +0100
committerKarel Zak2011-11-07 16:45:11 +0100
commit0b14bf7af1f13b9bb0f3952af264c114bac83665 (patch)
tree5cdd9c72591d9e16a408f53d6d75a612391da3a3 /include/pathnames.h
parentdocs: add note about config-gen purpose (diff)
downloadkernel-qcow2-util-linux-0b14bf7af1f13b9bb0f3952af264c114bac83665.tar.gz
kernel-qcow2-util-linux-0b14bf7af1f13b9bb0f3952af264c114bac83665.tar.xz
kernel-qcow2-util-linux-0b14bf7af1f13b9bb0f3952af264c114bac83665.zip
lib,loopdev: add LOOP_CTL_GET_FREE support
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 07912bc59..e6e3d1957 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -121,8 +121,10 @@
#endif
#define _PATH_DEV_LOOP "/dev/loop"
+#define _PATH_DEV_LOOPCTL "/dev/loop-control"
#define _PATH_DEV_TTY "/dev/tty"
+
/* udev paths */
#define _PATH_DEV_BYLABEL "/dev/disk/by-label"
#define _PATH_DEV_BYUUID "/dev/disk/by-uuid"