Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
3d00c58ac6d7f0fa0882aafb5b1ca2c3c22838eb
/
.
/
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