clocksource.h revision 255932
1255932Salfred/*  linux/include/linux/clocksource.h
2255932Salfred *
3255932Salfred *  MLX4_CORE_PORT
4255932Salfred *
5255932Salfred *  This file contains the structure definitions for clocksources.
6255932Salfred *
7255932Salfred *  If you are not a clocksource, or timekeeping code, you should
8255932Salfred *  not be including this file!
9255932Salfred */
10255932Salfred#ifndef _LINUX_CLOCKSOURCE_H
11255932Salfred#define _LINUX_CLOCKSOURCE_H
12255932Salfred
13255932Salfred/* clocksource cycle base type */
14255932Salfredtypedef u64 cycle_t;
15255932Salfred
16255932Salfred
17255932Salfred#endif /* _LINUX_CLOCKSOURCE_H */
18