Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
Note: File does not exist in v6.9.4.
 1/* IA64-specific clocksource additions */
 2
 3#ifndef _ASM_IA64_CLOCKSOURCE_H
 4#define _ASM_IA64_CLOCKSOURCE_H
 5
 6struct arch_clocksource_data {
 7	void *fsys_mmio;        /* used by fsyscall asm code */
 8};
 9
10#endif /* _ASM_IA64_CLOCKSOURCE_H */