summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h9
1 files changed, 9 insertions, 0 deletions
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 */