aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDinh Nguyen <[email protected]>2012-07-18 16:07:18 -0600
committerArnd Bergmann <[email protected]>2012-07-19 10:39:00 +0200
commit66314223aa5e862c9d1d068cb7186b4fd58ebeaa (patch)
treec1d825523095ce89c079f7dad536d448b890838c /include/linux
parent31a985f5bdc7e0708fc2cf02fac06c74664a7910 (diff)
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 <[email protected]> Reviewed-by: Pavel Machek <[email protected]> Reviewed-by: Rob Herring <[email protected]> Reviewed-by: Thomas Petazzoni <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'include/linux')
-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__ */