clocksource.h revision 255932
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 */
14typedef u64 cycle_t;
15
16
17#endif /* _LINUX_CLOCKSOURCE_H */
18