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