]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/ia64/include/asm/clocksource.h
Merge tag 'microblaze-3.12-rc1' of git://git.monstr.eu/linux-2.6-microblaze
[karo-tx-linux.git] / arch / ia64 / include / asm / clocksource.h
1 /* IA64-specific clocksource additions */
2
3 #ifndef _ASM_IA64_CLOCKSOURCE_H
4 #define _ASM_IA64_CLOCKSOURCE_H
5
6 struct arch_clocksource_data {
7         void *fsys_mmio;        /* used by fsyscall asm code */
8 };
9
10 #endif /* _ASM_IA64_CLOCKSOURCE_H */