From 9d413ecb6ec828c141c6e86b026c54127643caa7 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 24 Jul 2011 23:18:22 +0200 Subject: hwclock: move path definitions to pathnames.h Signed-off-by: Sami Kerola --- include/pathnames.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/pathnames.h') diff --git a/include/pathnames.h b/include/pathnames.h index e6e8e77f3..d7d2a14c0 100644 --- a/include/pathnames.h +++ b/include/pathnames.h @@ -126,5 +126,14 @@ #define _PATH_DEV_BYID "/dev/disk/by-id" #define _PATH_DEV_BYPATH "/dev/disk/by-path" +/* hwclock paths */ +#define _PATH_ADJPATH "/etc/adjtime" +#define _PATH_LASTDATE "/var/lib/lastdate" +#ifdef __ia64__ +# define _PATH_RTC_DEV "/dev/efirtc" +#else +# define _PATH_RTC_DEV "/dev/rtc" +#endif + #endif /* PATHNAMES_H */ -- cgit v1.2.3-55-g7522