diff options
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index 38921300d..a87b7ebd6 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -36,7 +36,11 @@ extern void ff_cpu_cpuid(int index, int *eax, int *ebx, int *ecx, int *edx); /************************************************************************ * Utils ***********************************************************************/ +// provide time in ms uint64_t hb_get_date(); +// provide time in us +uint64_t hb_get_time_us(); + void hb_snooze( int delay ); int hb_platform_init(); #ifdef SYS_MINGW |