blob: a5df33f614c9542165b2a1171a23f5738accc3ca [file] [log] [blame]
Andy Lutomirski433bd802011-07-13 09:24:13 -04001/* x86-specific clocksource additions */
2
3#ifndef _ASM_X86_CLOCKSOURCE_H
4#define _ASM_X86_CLOCKSOURCE_H
5
6#ifdef CONFIG_X86_64
7
8#define __ARCH_HAS_CLOCKSOURCE_DATA
9
10struct arch_clocksource_data {
11 cycle_t (*vread)(void);
12};
13
14#endif /* CONFIG_X86_64 */
15
16#endif /* _ASM_X86_CLOCKSOURCE_H */