summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorSami Kerola2012-03-17 20:15:25 +0100
committerKarel Zak2012-03-30 16:48:12 +0200
commit16d8a9c967e185388dca0c25331f7d32fdc35238 (patch)
treef7203462a8f696dc05356e344b40865656c47fa4 /include/pathnames.h
parentraw: use libc error printing facilities (diff)
downloadkernel-qcow2-util-linux-16d8a9c967e185388dca0c25331f7d32fdc35238.tar.gz
kernel-qcow2-util-linux-16d8a9c967e185388dca0c25331f7d32fdc35238.tar.xz
kernel-qcow2-util-linux-16d8a9c967e185388dca0c25331f7d32fdc35238.zip
raw: use pathnames.h for file locations
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 70c6ecfb3..299d922eb 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -137,5 +137,12 @@
#define _PATH_BTMP "/var/log/btmp"
#endif
+/* raw paths*/
+#define _PATH_RAWDEVDIR "/dev/raw/"
+#define _PATH_RAWDEVCTL _PATH_RAWDEVDIR "rawctl"
+/* deprecated */
+#define _PATH_RAWDEVCTL_OLD "/dev/rawctl"
+
+
#endif /* PATHNAMES_H */