Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/loongarch/include/asm/clocksource.h
26488 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Author: Huacai Chen <[email protected]>
4
* Copyright (C) 2020-2022 Loongson Technology Corporation Limited
5
*/
6
7
#ifndef __ASM_CLOCKSOURCE_H
8
#define __ASM_CLOCKSOURCE_H
9
10
#include <asm/vdso/clocksource.h>
11
12
#endif /* __ASM_CLOCKSOURCE_H */
13
14