X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio_time.h;h=c00f8e7866d94fd47ae6e0b54f03453efdbd0844;hp=f4eac793f4fb3311dbd77069fc5a392477f33fef;hb=bfbdd35b3e8f7de1bf1f48e7087c04a6b37e9c61;hpb=e6fe02651641fc64d2fa4fcfe9b1013b2947d11b diff --git a/fio_time.h b/fio_time.h index f4eac793..c00f8e78 100644 --- a/fio_time.h +++ b/fio_time.h @@ -1,10 +1,16 @@ #ifndef FIO_TIME_H #define FIO_TIME_H +#include +/* IWYU pragma: begin_exports */ +#include +#include +/* IWYU pragma: end_exports */ #include "lib/types.h" struct thread_data; extern uint64_t ntime_since(const struct timespec *, const struct timespec *); +extern uint64_t ntime_since_now(const struct timespec *); extern uint64_t utime_since(const struct timespec *, const struct timespec *); extern uint64_t utime_since_now(const struct timespec *); extern uint64_t mtime_since(const struct timespec *, const struct timespec *);