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-xplat/imx/common/include/sci/sci_ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/common/include/sci/sci_ipc.h b/plat/imx/common/include/sci/sci_ipc.h
index cc8e47b2..1e3e5324 100755
--- a/plat/imx/common/include/sci/sci_ipc.h
+++ b/plat/imx/common/include/sci/sci_ipc.h
@@ -63,6 +63,6 @@ void sc_ipc_read(sc_ipc_t ipc, void *data);
*/
void sc_ipc_write(sc_ipc_t ipc, const void *data);
-sc_ipc_t ipc_handle;
+extern sc_ipc_t ipc_handle;
#endif /* SCI_IPC_H */