summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/hwclock.h')
-rw-r--r--sys-utils/hwclock.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-utils/hwclock.h b/sys-utils/hwclock.h
index c76068c88..cd1d3b6cf 100644
--- a/sys-utils/hwclock.h
+++ b/sys-utils/hwclock.h
@@ -9,6 +9,12 @@
#include "c.h"
+enum {
+ RTC_BUSYWAIT_OK = 0,
+ RTC_BUSYWAIT_FAILED,
+ RTC_BUSYWAIT_TIMEOUT
+};
+
struct hwclock_control {
char *date_opt;
unsigned long epoch_option;