Sign in
nest-open-source
/
manifest_repos
/
kernel
/
af606d257aa91135f43d242f0950d0f0ac4c938e
/
.
/
arch
/
arm64
/
include
/
asm
/
clocksource.h
blob: 0c79104472350bf0559d20a43fb67869d3ac1f48 [
file
]
/* 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