mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08: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
|