blob: 0c79104472350bf0559d20a43fb67869d3ac1f48 [file] [log] [blame]
/* 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