mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +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
|