summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/timer/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/timer/timer.h b/src/util/timer/timer.h
index cd2daf7..2a53c08 100644
--- a/src/util/timer/timer.h
+++ b/src/util/timer/timer.h
@@ -2,5 +2,7 @@
#include <al/types.h>
+#define NNWT_TIMESTAMP_INVALID ((u64)-1)
+
u64 nn_get_timestamp(void);
f64 nn_get_tick(void);