aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dw_apb_timer.h
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@altera.com>2012-07-18 16:07:18 -0600
committerArnd Bergmann <arnd@arndb.de>2012-07-19 10:39:00 +0200
commit66314223aa5e862c9d1d068cb7186b4fd58ebeaa (patch)
treec1d825523095ce89c079f7dad536d448b890838c /include/linux/dw_apb_timer.h
parentMerge branch 'mvebu/newsoc' into next/newsoc (diff)
downloadlinux-dev-66314223aa5e862c9d1d068cb7186b4fd58ebeaa.tar.xz
linux-dev-66314223aa5e862c9d1d068cb7186b4fd58ebeaa.zip
ARM: socfpga: initial support for Altera's SOCFPGA platform
Adding core definitions for Altera's SOCFPGA ARM platform. Mininum support for Altera's SOCFPGA Cyclone 5 hardware. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Pavel Machek <pavel@denx.de> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/dw_apb_timer.h')
-rw-r--r--include/linux/dw_apb_timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dw_apb_timer.h b/include/linux/dw_apb_timer.h
index 07261d52a6df..1148575fd134 100644
--- a/include/linux/dw_apb_timer.h
+++ b/include/linux/dw_apb_timer.h
@@ -53,4 +53,5 @@ void dw_apb_clocksource_start(struct dw_apb_clocksource *dw_cs);
cycle_t dw_apb_clocksource_read(struct dw_apb_clocksource *dw_cs);
void dw_apb_clocksource_unregister(struct dw_apb_clocksource *dw_cs);
+extern struct sys_timer dw_apb_timer;
#endif /* __DW_APB_TIMER_H__ */