blob: 0ece64a26c8c94d04c7aac8a35b7bc8dd0000b85 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Scott Wood1d8f51d2016-09-22 03:35:18 -05002#ifndef _ASM_CLOCKSOURCE_H
3#define _ASM_CLOCKSOURCE_H
4
5struct arch_clocksource_data {
6 bool vdso_direct; /* Usable for direct VDSO access? */
7};
8
9#endif