summaryrefslogtreecommitdiff
path: root/arch/arm/mach-w90x900/nuc9xx.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-11-21 09:49:47 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-11-21 09:49:47 +0000
commit59136ef3c596606d3eef920dc3e0fdfa2ce52c6f (patch)
tree3f3b8ec46d57bcb61a2d794a1f21bd4df01728c9 /arch/arm/mach-w90x900/nuc9xx.h
parente879c862fb81b986095ae7a4676b2281c2f97957 (diff)
parent3f1517a761905c55d1db71cb0afd359d74a76a6c (diff)
Merge branch 'restart-cleanup' into restart
Diffstat (limited to 'arch/arm/mach-w90x900/nuc9xx.h')
-rw-r--r--arch/arm/mach-w90x900/nuc9xx.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/mach-w90x900/nuc9xx.h b/arch/arm/mach-w90x900/nuc9xx.h
new file mode 100644
index 000000000000..847c4f3e0440
--- /dev/null
+++ b/arch/arm/mach-w90x900/nuc9xx.h
@@ -0,0 +1,23 @@
+/*
+ * arch/arm/mach-w90x900/nuc9xx.h
+ *
+ * Copied from nuc910.h, which had:
+ *
+ * Copyright (c) 2008 Nuvoton corporation
+ *
+ * Header file for NUC900 CPU support
+ *
+ * Wan ZongShun <mcuos.com@gmail.com>
+ *
+ * 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.
+ *
+ */
+struct map_desc;
+struct sys_timer;
+
+/* core initialisation functions */
+
+extern void nuc900_init_irq(void);
+extern struct sys_timer nuc900_timer;