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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/occ_gpe1/ipc_func_tables.c b/src/occ_gpe1/ipc_func_tables.c
index 1dfa02e..3c34920 100644
--- a/src/occ_gpe1/ipc_func_tables.c
+++ b/src/occ_gpe1/ipc_func_tables.c
@@ -1,4 +1,6 @@
#include "ipc_api.h"
+#include "gpe1_dimm.h"
+
// Function table for multi target (common) functions
IPC_MT_FUNC_TABLE_START
@@ -14,7 +16,7 @@ IPC_MT_FUNC_TABLE_END
// Function table for single target (processor-specific) functions
IPC_ST_FUNC_TABLE_START
-IPC_HANDLER_DEFAULT // 0
+IPC_HANDLER(gpe_dimm_sm, 0) // 0 - IPC_ST_DIMM_SM_FUNCID
IPC_HANDLER_DEFAULT // 1
IPC_HANDLER_DEFAULT // 2
IPC_HANDLER_DEFAULT // 3
OpenPOWER on IntegriCloud