blob: b556d49e5f2ba8742a343d6dc9bc8d61b7437029 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* linux/include/asm-sh/timex.h
*
* sh architecture timex specifications
*/
#ifndef __ASM_SH_TIMEX_H
#define __ASM_SH_TIMEX_H
#define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */
#include <asm-generic/timex.h>
#endif /* __ASM_SH_TIMEX_H */
|