- Kai Germaschewski: ymfpci cleanups and resource leak fixes
[davej-history.git] / include / asm-parisc / timex.h
blob7b901fc23d5939f8d14d8aa73ff03aa6470a87b1
1 /*
2 * linux/include/asm-parisc/timex.h
4 * PARISC architecture timex specifications
5 */
6 #ifndef _ASMPARISC_TIMEX_H
7 #define _ASMPARISC_TIMEX_H
9 #include <asm/system.h>
10 #include <linux/time.h>
12 typedef unsigned long cycles_t;
14 extern cycles_t cacheflush_time;
16 static inline cycles_t get_cycles (void)
18 return mfctl(16);
21 #endif