cregit-Linux how code gets into the kernel

Release 4.14 tools/include/linux/time64.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _TOOLS_LINUX_TIME64_H

#define _TOOLS_LINUX_TIME64_H


#define MSEC_PER_SEC	1000L

#define USEC_PER_MSEC	1000L

#define NSEC_PER_USEC	1000L

#define NSEC_PER_MSEC	1000000L

#define USEC_PER_SEC	1000000L

#define NSEC_PER_SEC	1000000000L

#define FSEC_PER_SEC	1000000000000000LL

#endif /* _LINUX_TIME64_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo3797.37%150.00%
Greg Kroah-Hartman12.63%150.00%
Total38100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.