/** * linux/arch/arm/mach-omap2/dmtimers.h * * Copyright (C) 2010 Texas Instruments, Inc. * Thara Gopinath * * OMAP2 Dual-Mode Timers * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __ASM_ARCH_DMTIMERS_H #define __ASM_ARCH_DMTIMERS_H void __init omap2_dm_timer_early_init(void); #endif