Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
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