Andy Lutomirski | 574c44f | 2011-07-13 09:24:15 -0400 | [diff] [blame^] | 1 | /* IA64-specific clocksource additions */ |
2 | |||||
3 | #ifndef _ASM_IA64_CLOCKSOURCE_H | ||||
4 | #define _ASM_IA64_CLOCKSOURCE_H | ||||
5 | |||||
6 | #define __ARCH_HAS_CLOCKSOURCE_DATA | ||||
7 | |||||
8 | struct arch_clocksource_data { | ||||
9 | void *fsys_mmio; /* used by fsyscall asm code */ | ||||
10 | }; | ||||
11 | |||||
12 | #endif /* _ASM_IA64_CLOCKSOURCE_H */ |