1 /* SPDX-License-Identifier: GPL-2.0 */
3 * linux/include/asm-cris/timex.h
5 * CRIS architecture timex specifications
8 #ifndef _ASM_CRIS_TIMEX_H
9 #define _ASM_CRIS_TIMEX_H
11 #include <arch/timex.h>
14 * We don't have a cycle-counter.. but we do not support SMP anyway where this is
15 * used so it does not matter.
18 typedef unsigned long long cycles_t
;
20 static inline cycles_t
get_cycles(void)