LinuxKPI: add MSEC_PER_SEC
Sponsored by: The FreeBSD Foundation Reviewed by: imp, emaste MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D37087
This commit is contained in:
parent
64d3da0063
commit
d3975204e4
@ -28,6 +28,8 @@
|
||||
#ifndef _LINUXKPI_LINUX_TIME_H_
|
||||
#define _LINUXKPI_LINUX_TIME_H_
|
||||
|
||||
#define MSEC_PER_SEC 1000L
|
||||
|
||||
#define NSEC_PER_USEC 1000L
|
||||
#define NSEC_PER_MSEC 1000000L
|
||||
#define NSEC_PER_SEC 1000000000L
|
||||
|
Loading…
x
Reference in New Issue
Block a user