aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/include/mach
diff options
context:
space:
mode:
authorMark Langsdorf <mark.langsdorf@calxeda.com>2012-02-28 17:42:20 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-06-25 12:17:19 -0600
commit8369609494541b18600b644e0e90c8708edf46af (patch)
tree74feaf514181da41300903ea2a5efe97f664eba6 /arch/arm/mach-highbank/include/mach
parentf7cc4e384ee3230195ce280841dcb97eb9ae7567 (diff)
UBUNTU: SAUCE: arm highbank: add support for pl320-ipc driver
BugLink: http://bugs.launchpad.net/bugs/1000831 Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com> Signed-off-by: Ike Panhc <ike.pan@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'arch/arm/mach-highbank/include/mach')
-rw-r--r--arch/arm/mach-highbank/include/mach/pl320-ipc.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/include/mach/pl320-ipc.h b/arch/arm/mach-highbank/include/mach/pl320-ipc.h
new file mode 100644
index 00000000000..a0e58eed4b0
--- /dev/null
+++ b/arch/arm/mach-highbank/include/mach/pl320-ipc.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2010 Calxeda, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+int ipc_call_fast(u32 *data);
+int ipc_call_slow(u32 *data);
+
+extern int pl320_ipc_register_notifier(struct notifier_block *nb);
+extern int pl320_ipc_unregister_notifier(struct notifier_block *nb);