mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-27 17:12:06 +00:00
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
|