Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
marvell
/
linux
/
arch
/
arm64
/
include
/
asm
/
clocksource.h
blob: 193f82a9156142d870a6288338352a56dfb4d63f [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_CLOCKSOURCE_H
#define
_ASM_CLOCKSOURCE_H
#include
<vdso/clocksource.h>
struct
arch_clocksource_data
{
/* Usable for direct VDSO access? */
enum
vdso_clock_mode clock_mode
;
};
#endif