summaryrefslogtreecommitdiffstats
path: root/sys/sys/timetc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/timetc.h')
-rw-r--r--sys/sys/timetc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h
index 4f75c3d..48b962f 100644
--- a/sys/sys/timetc.h
+++ b/sys/sys/timetc.h
@@ -59,6 +59,10 @@ struct timecounter {
*/
u_int tc_flags;
#define TC_FLAGS_C3STOP 1 /* Timer dies in C3. */
+#define TC_FLAGS_SUSPEND_SAFE 2 /*
+ * Timer functional across
+ * suspend/resume.
+ */
void *tc_priv;
/* Pointer to the timecounter's private parts. */
OpenPOWER on IntegriCloud