]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/include/linux/time64.h
Merge remote-tracking branches 'asoc/fix/da7219-pops' and 'asoc/fix/qcom' into asoc...
[mirror_ubuntu-artful-kernel.git] / tools / include / linux / time64.h
1 #ifndef _TOOLS_LINUX_TIME64_H
2 #define _TOOLS_LINUX_TIME64_H
3
4 #define MSEC_PER_SEC 1000L
5 #define USEC_PER_MSEC 1000L
6 #define NSEC_PER_USEC 1000L
7 #define NSEC_PER_MSEC 1000000L
8 #define USEC_PER_SEC 1000000L
9 #define NSEC_PER_SEC 1000000000L
10 #define FSEC_PER_SEC 1000000000000000LL
11
12 #endif /* _LINUX_TIME64_H */