Define USEC_PER_MSEC and USEC_PER_SEC in the LinuxKPI.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
hselasky 2018-04-30 09:31:09 +00:00
parent 0ec6a6be67
commit eb861103c8

View File

@ -32,6 +32,9 @@
#define NSEC_PER_MSEC 1000000L
#define NSEC_PER_SEC 1000000000L
#define USEC_PER_MSEC 1000L
#define USEC_PER_SEC 1000000L
#include <sys/time.h>
#include <sys/stdint.h>