summaryrefslogtreecommitdiffstats
path: root/include/linux/pl320-ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pl320-ipc.h')
-rw-r--r--include/linux/pl320-ipc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/pl320-ipc.h b/include/linux/pl320-ipc.h
new file mode 100644
index 000000000..4b29e172e
--- /dev/null
+++ b/include/linux/pl320-ipc.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ */
+
+int pl320_ipc_transmit(u32 *data);
+int pl320_ipc_register_notifier(struct notifier_block *nb);
+int pl320_ipc_unregister_notifier(struct notifier_block *nb);