blob: 5c8596e4cb0286cc89a3436647d7b6f75f1d7a4e [file] [log] [blame]
Andy Lutomirski574c44f2011-07-13 09:24:15 -04001/* IA64-specific clocksource additions */
2
3#ifndef _ASM_IA64_CLOCKSOURCE_H
4#define _ASM_IA64_CLOCKSOURCE_H
5
Andy Lutomirski574c44f2011-07-13 09:24:15 -04006struct arch_clocksource_data {
7 void *fsys_mmio; /* used by fsyscall asm code */
8};
9
10#endif /* _ASM_IA64_CLOCKSOURCE_H */