diff options
Diffstat (limited to 'sys/ofed/include/linux/clocksource.h')
-rw-r--r-- | sys/ofed/include/linux/clocksource.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/ofed/include/linux/clocksource.h b/sys/ofed/include/linux/clocksource.h new file mode 100644 index 0000000..e74cc62 --- /dev/null +++ b/sys/ofed/include/linux/clocksource.h @@ -0,0 +1,17 @@ +/* linux/include/linux/clocksource.h + * + * MLX4_CORE_PORT + * + * This file contains the structure definitions for clocksources. + * + * If you are not a clocksource, or timekeeping code, you should + * not be including this file! + */ +#ifndef _LINUX_CLOCKSOURCE_H +#define _LINUX_CLOCKSOURCE_H + +/* clocksource cycle base type */ +typedef u64 cycle_t; + + +#endif /* _LINUX_CLOCKSOURCE_H */ |