Sign in
zircon-guest
/
third_party
/
linux
/
4697abe3837e4cc6dfb2c50f6c46b2d426f2ae90
/
.
/
arch
/
arm64
/
include
/
asm
/
clocksource.h
blob: 0ece64a26c8c94d04c7aac8a35b7bc8dd0000b85 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_CLOCKSOURCE_H
#define
_ASM_CLOCKSOURCE_H
struct
arch_clocksource_data
{
bool
vdso_direct
;
/* Usable for direct VDSO access? */
};
#endif