1
0
Fork 0
alistair23-linux/arch/arm64/include/asm/clocksource.h

13 lines
247 B
C

/* 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