summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
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 */