diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/util/time.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/util/time.h b/include/util/time.h new file mode 100644 index 00000000..a24656a9 --- /dev/null +++ b/include/util/time.h @@ -0,0 +1,9 @@ +#ifndef UTIL_TIME_H +#define UTIL_TIME_H + +/** + * Get the current time, in milliseconds. + */ +uint32_t get_current_time_msec(void); + +#endif |