mirror of https://gitee.com/openkylin/linux.git
9 lines
130 B
C
9 lines
130 B
C
|
/*
|
||
|
* linux/include/asm-arm/arch-omap/param.h
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifdef CONFIG_OMAP_32K_TIMER_HZ
|
||
|
#define HZ CONFIG_OMAP_32K_TIMER_HZ
|
||
|
#endif
|