cregit-Linux how code gets into the kernel

Release 4.11 tools/include/linux/time64.h

#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 Melo37100.00%1100.00%
Total37100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.