blob: 00eb549a59b0ff0e0f101dd41f1ef1972c55cf50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* IA64-specific clocksource additions */
#ifndef _ASM_IA64_CLOCKSOURCE_H
#define _ASM_IA64_CLOCKSOURCE_H
#define __ARCH_HAS_CLOCKSOURCE_DATA
struct arch_clocksource_data {
void *fsys_mmio; /* used by fsyscall asm code */
};
#endif /* _ASM_IA64_CLOCKSOURCE_H */
|