]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - include/vdso/ktime.h
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[mirror_ubuntu-hirsute-kernel.git] / include / vdso / ktime.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __VDSO_KTIME_H
3 #define __VDSO_KTIME_H
4
5 #include <vdso/jiffies.h>
6
7 /*
8 * The resolution of the clocks. The resolution value is returned in
9 * the clock_getres() system call to give application programmers an
10 * idea of the (in)accuracy of timers. Timer values are rounded up to
11 * this resolution values.
12 */
13 #define LOW_RES_NSEC TICK_NSEC
14 #define KTIME_LOW_RES (LOW_RES_NSEC)
15
16 #endif /* __VDSO_KTIME_H */