]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/ofed/include/linux/clocksource.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / ofed / include / linux / clocksource.h
1 /*  linux/include/linux/clocksource.h
2  *
3  *  MLX4_CORE_PORT
4  *
5  *  This file contains the structure definitions for clocksources.
6  *
7  *  If you are not a clocksource, or timekeeping code, you should
8  *  not be including this file!
9  */
10 #ifndef _LINUX_CLOCKSOURCE_H
11 #define _LINUX_CLOCKSOURCE_H
12
13 /* clocksource cycle base type */
14 typedef u64 cycle_t;
15
16
17 #endif /* _LINUX_CLOCKSOURCE_H */