License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / arch / cris / include / asm / timex.h
blob3840a556612becc86e46d0ade6f3c73b4ea34f0a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * linux/include/asm-cris/timex.h
5 * CRIS architecture timex specifications
6 */
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)
22 return 0;
25 #endif