1*b738c106SHuacai Chen /* SPDX-License-Identifier: GPL-2.0 */ 2*b738c106SHuacai Chen /* 3*b738c106SHuacai Chen * Author: Huacai Chen <chenhuacai@loongson.cn> 4*b738c106SHuacai Chen * Copyright (C) 2020-2022 Loongson Technology Corporation Limited 5*b738c106SHuacai Chen */ 6*b738c106SHuacai Chen 7*b738c106SHuacai Chen #ifndef __ASM_CLOCKSOURCE_H 8*b738c106SHuacai Chen #define __ASM_CLOCKSOURCE_H 9*b738c106SHuacai Chen 10*b738c106SHuacai Chen #include <asm/vdso/clocksource.h> 11*b738c106SHuacai Chen 12*b738c106SHuacai Chen #endif /* __ASM_CLOCKSOURCE_H */ 13