Define USEC_PER_MSEC and USEC_PER_SEC in the LinuxKPI.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2018-04-30 09:31:09 +00:00
parent dd7ea6c21a
commit 45aca3b1a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333108

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>