aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/include/mach/pl320-ipc.h
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 15:02:28 -0600
commit39236f38675856bf1068ca9f8dedc5c90ebd860e (patch)
treec38bdee1d1c03f3b8a19d106b696a4f4dfbfc21a /arch/arm/mach-highbank/include/mach/pl320-ipc.h
parent0064dd32e94fe2f54717537a472650a419f5d22b (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/pl320-ipc.h')
-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);