aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pl320-ipc.h
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-09-11 08:45:51 +0100
committerJon Medhurst <tixy@linaro.org>2014-09-11 08:45:51 +0100
commitdc4d50ea2e1df7c6004ffcf95b38d5eb8f55f3e9 (patch)
treed59a9b7ff94f31e39dc83f1386969b8a7607936b /include/linux/pl320-ipc.h
parenta91b0779035581ed2da7e7f223793778c3c26cea (diff)
parentf2407d1325fc2b597bced07953b649462e243cd3 (diff)
Merge branch 'tracking-armlt-juno-cpufreq' into integration-linaro-vexpresstracking-integration-linaro-vexpress-ll-20140923.0tracking-integration-linaro-vexpress-ll-20140911.0
Diffstat (limited to 'include/linux/pl320-ipc.h')
-rw-r--r--include/linux/pl320-ipc.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/linux/pl320-ipc.h b/include/linux/pl320-ipc.h
new file mode 100644
index 000000000000..5161f63ec1c8
--- /dev/null
+++ b/include/linux/pl320-ipc.h
@@ -0,0 +1,17 @@
+/*
+ * 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 pl320_ipc_transmit(u32 *data);
+int pl320_ipc_register_notifier(struct notifier_block *nb);
+int pl320_ipc_unregister_notifier(struct notifier_block *nb);