summaryrefslogtreecommitdiffstats
path: root/src/occ_gpe1/ipc_func_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_gpe1/ipc_func_tables.c')
-rw-r--r--src/occ_gpe1/ipc_func_tables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_gpe1/ipc_func_tables.c b/src/occ_gpe1/ipc_func_tables.c
index ab352c6..d575ae3 100644
--- a/src/occ_gpe1/ipc_func_tables.c
+++ b/src/occ_gpe1/ipc_func_tables.c
@@ -26,6 +26,7 @@
#include "gpe1_dimm.h"
void gpe_dimm_control(ipc_msg_t* cmd, void* arg);
+void gpe1_nop(ipc_msg_t* cmd, void* arg);
// Function table for multi target (common) functions
IPC_MT_FUNC_TABLE_START
@@ -43,7 +44,7 @@ IPC_MT_FUNC_TABLE_END
IPC_ST_FUNC_TABLE_START
IPC_HANDLER(gpe_dimm_sm, 0) // 0 - IPC_ST_DIMM_SM_FUNCID
IPC_HANDLER(gpe_dimm_control, 0) // 1 - IPC_ST_DIMM_CONTROL_FUNCID
-IPC_HANDLER_DEFAULT // 2
+IPC_HANDLER(gpe1_nop, 0) // 2 - IPC_ST_GPE1_NOP
IPC_HANDLER_DEFAULT // 3
IPC_HANDLER_DEFAULT // 4
IPC_HANDLER_DEFAULT // 5
OpenPOWER on IntegriCloud