time: move the timecounter/cyclecounter code into its own file.
[cascardo/linux.git] / include / linux / types.h
index a0bb704..6232382 100644 (file)
@@ -213,5 +213,8 @@ struct callback_head {
 };
 #define rcu_head callback_head
 
+/* clocksource cycle base type */
+typedef u64 cycle_t;
+
 #endif /*  __ASSEMBLY__ */
 #endif /* _LINUX_TYPES_H */