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:
Bjoern A. Zeeb 2022-10-22 18:01:30 +00:00
parent 64d3da0063
commit d3975204e4

View File

@ -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