clocksource.h 276 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* IA64-specific clocksource additions */
  3. #ifndef _ASM_IA64_CLOCKSOURCE_H
  4. #define _ASM_IA64_CLOCKSOURCE_H
  5. struct arch_clocksource_data {
  6. void *fsys_mmio; /* used by fsyscall asm code */
  7. };
  8. #endif /* _ASM_IA64_CLOCKSOURCE_H */