14 lines
267 B
C
14 lines
267 B
C
|
/*
|
||
|
* 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 */
|