summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/sci/svc/irq/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-imx/sci/svc/irq/rpc.h')
-rw-r--r--arch/arm/mach-imx/sci/svc/irq/rpc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/sci/svc/irq/rpc.h b/arch/arm/mach-imx/sci/svc/irq/rpc.h
index 687dc2866d..bc01cad93c 100644
--- a/arch/arm/mach-imx/sci/svc/irq/rpc.h
+++ b/arch/arm/mach-imx/sci/svc/irq/rpc.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2016 Freescale Semiconductor, Inc.
- * Copyright 2017-2018 NXP
+ * Copyright 2017-2019 NXP
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -24,8 +24,8 @@
*/
/*@{*/
#define IRQ_FUNC_UNKNOWN 0 /*!< Unknown function */
-#define IRQ_FUNC_ENABLE 1U /*!< Index for irq_enable() RPC call */
-#define IRQ_FUNC_STATUS 2U /*!< Index for irq_status() RPC call */
+#define IRQ_FUNC_ENABLE 1U /*!< Index for sc_irq_enable() RPC call */
+#define IRQ_FUNC_STATUS 2U /*!< Index for sc_irq_status() RPC call */
/*@}*/
/* Types */
@@ -36,6 +36,7 @@
* This function dispatches an incoming IRQ RPC request.
*
* @param[in] caller_pt caller partition
+ * @param[in] mu MU message came from
* @param[in] msg pointer to RPC message
*/
void irq_dispatch(sc_rm_pt_t caller_pt, sc_rsrc_t mu, sc_rpc_msg_t *msg);