summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonos/EventCombinerP_nonos.c')
-rwxr-xr-x[-rw-r--r--]src/nonos/EventCombinerP_nonos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nonos/EventCombinerP_nonos.c b/src/nonos/EventCombinerP_nonos.c
index dcdb9a6..c628111 100644..100755
--- a/src/nonos/EventCombinerP_nonos.c
+++ b/src/nonos/EventCombinerP_nonos.c
@@ -176,7 +176,7 @@ int32_t EventCombinerP_disableEvent(uint32_t eventNum)
176 176
177 Returns: OSAL_EVTCOMBINE_GROUPREG_SUCCESS 177 Returns: OSAL_EVTCOMBINE_GROUPREG_SUCCESS
178****************************************************************************/ 178****************************************************************************/
179int32_t EventCombinerP_dispatchPlug(uint32_t eventId, void (*eventIsrRoutine)(uint32_t),uintptr_t arg,bool unmask ) 179int32_t EventCombinerP_dispatchPlug(uint32_t eventId, EventCombinerP_FuncPtr eventIsrRoutine,uintptr_t arg,bool unmask )
180{ 180{
181 CSL_IntcObj intcObj; 181 CSL_IntcObj intcObj;
182 CSL_IntcHandle handleTemp=(CSL_IntcHandle)&intcObj; 182 CSL_IntcHandle handleTemp=(CSL_IntcHandle)&intcObj;