blob: 6e8e254fed7381467dc8087355c92857d7b4bf46 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_CLOCKSOURCE_H
#define _ASM_CLOCKSOURCE_H
#include <vdso/clocksource.h>
struct arch_clocksource_data {
/* Usable for direct VDSO access? */
enum vdso_clock_mode clock_mode;
};
#endif /* _ASM_CLOCKSOURCE_H */