1*7c5fc16cSThomas Weißschuh /* SPDX-License-Identifier: GPL-2.0 */ 2*7c5fc16cSThomas Weißschuh #ifndef __ASM_VDSO_CLOCKSOURCE_H 3*7c5fc16cSThomas Weißschuh #define __ASM_VDSO_CLOCKSOURCE_H 4*7c5fc16cSThomas Weißschuh 5*7c5fc16cSThomas Weißschuh /* VDSO clocksources */ 6*7c5fc16cSThomas Weißschuh #define VDSO_ARCH_CLOCKMODES \ 7*7c5fc16cSThomas Weißschuh VDSO_CLOCKMODE_TICK, \ 8*7c5fc16cSThomas Weißschuh VDSO_CLOCKMODE_STICK 9*7c5fc16cSThomas Weißschuh 10*7c5fc16cSThomas Weißschuh #endif /* __ASM_VDSO_CLOCKSOURCE_H */ 11