https://github.com/torvalds/linux
Raw File
Tip revision: 805a6af8dba5dfdd35ec35dc52ec0122400b2610 authored by Linus Torvalds on 04 January 2012, 23:55:44 UTC
Linux 3.2
Tip revision: 805a6af
clocksource.h
/* IA64-specific clocksource additions */

#ifndef _ASM_IA64_CLOCKSOURCE_H
#define _ASM_IA64_CLOCKSOURCE_H

struct arch_clocksource_data {
	void *fsys_mmio;        /* used by fsyscall asm code */
};

#endif /* _ASM_IA64_CLOCKSOURCE_H */
back to top