xref: /linux/arch/riscv/include/asm/vdso/clocksource.h (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1*ad5d1122SVincent Chen /* SPDX-License-Identifier: GPL-2.0 */
2*ad5d1122SVincent Chen #ifndef __ASM_VDSOCLOCKSOURCE_H
3*ad5d1122SVincent Chen #define __ASM_VDSOCLOCKSOURCE_H
4*ad5d1122SVincent Chen 
5*ad5d1122SVincent Chen #define VDSO_ARCH_CLOCKMODES	\
6*ad5d1122SVincent Chen 	VDSO_CLOCKMODE_ARCHTIMER
7*ad5d1122SVincent Chen 
8*ad5d1122SVincent Chen #endif
9