summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/dmtimer.h
blob: 52077577901ed46ef1a7d98a2aa2fd4102c9f112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * linux/arch/arm/mach-omap2/dmtimers.h
 *
 * Copyright (C) 2010 Texas Instruments, Inc.
 * Thara Gopinath <thara@ti.com>
 *
 * 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