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