diff options
Diffstat (limited to 'include/timers.h')
-rw-r--r-- | include/timers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/timers.h b/include/timers.h index 040e23688..afdbc7f21 100644 --- a/include/timers.h +++ b/include/timers.h @@ -18,6 +18,8 @@ class Timer public: virtual u64bit clock() const; virtual ~Timer() {} + private: + static u64bit combine_timers(u32bit, u32bit, u32bit); }; } |