summaryrefslogtreecommitdiff
path: root/plat/imx/common/include/sci/sci_ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/imx/common/include/sci/sci_ipc.h')
-rwxr-xr-x[-rw-r--r--]plat/imx/common/include/sci/sci_ipc.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/plat/imx/common/include/sci/sci_ipc.h b/plat/imx/common/include/sci/sci_ipc.h
index 1167ea36..cc8e47b2 100644..100755
--- a/plat/imx/common/include/sci/sci_ipc.h
+++ b/plat/imx/common/include/sci/sci_ipc.h
@@ -1,5 +1,6 @@
/*
- * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ * Copyright 2017-2019 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -8,8 +9,8 @@
* Header file for the IPC implementation.
*/
-#ifndef SCI_IPC_H
-#define SCI_IPC_H
+#ifndef SC_IPC_H
+#define SC_IPC_H
/* Includes */
@@ -60,7 +61,7 @@ void sc_ipc_read(sc_ipc_t ipc, void *data);
*
* This function will block if the outgoing buffer is full.
*/
-void sc_ipc_write(sc_ipc_t ipc, void *data);
+void sc_ipc_write(sc_ipc_t ipc, const void *data);
sc_ipc_t ipc_handle;