From 16d8a9c967e185388dca0c25331f7d32fdc35238 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 17 Mar 2012 20:15:25 +0100 Subject: raw: use pathnames.h for file locations Signed-off-by: Sami Kerola --- include/pathnames.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/pathnames.h') 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 */ -- cgit v1.2.3-55-g7522