Sign in
gbmc
/
linux
/
refs/heads/dev-5.4
/
.
/
arch
/
arm64
/
include
/
asm
/
clocksource.h
blob: 0c79104472350bf0559d20a43fb67869d3ac1f48 [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_CLOCKSOURCE_H
#define
_ASM_CLOCKSOURCE_H
#include
<asm/vdso/clocksource.h>
struct
arch_clocksource_data
{
/* Usable for direct VDSO access? */
enum
vdso_arch_clockmode clock_mode
;
};
#endif