Define USEC_PER_MSEC and USEC_PER_SEC in the LinuxKPI.
MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
0ec6a6be67
commit
eb861103c8
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user