Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.2 10 lines 237 B view raw
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 */