1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __VDSO_CLOCKSOURCE_H
3 #define __VDSO_CLOCKSOURCE_H
5 #include <vdso/limits.h>
7 #ifdef CONFIG_GENERIC_GETTIMEOFDAY
8 #include <asm/vdso/clocksource.h>
9 #endif /* CONFIG_GENERIC_GETTIMEOFDAY */
11 enum vdso_clock_mode {
13 #ifdef CONFIG_GENERIC_GETTIMEOFDAY
18 /* Indicator for time namespace VDSO */
19 VDSO_CLOCKMODE_TIMENS = INT_MAX
22 #endif /* __VDSO_CLOCKSOURCE_H */