summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/apss_structs.h4
-rw-r--r--src/common/ipc_func_ids.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/common/apss_structs.h b/src/common/apss_structs.h
index af64fe0..99242fa 100644
--- a/src/common/apss_structs.h
+++ b/src/common/apss_structs.h
@@ -91,4 +91,8 @@ typedef struct {
uint64_t meas_data[4]; // G_apss_pwr_meas (2nd block of data) (output from APSS)
} apss_complete_args_t;
+typedef struct {
+ GpeErrorStruct error;
+} apss_reset_args_t;
+
#endif //_APSS_STRUCTS_H
diff --git a/src/common/ipc_func_ids.h b/src/common/ipc_func_ids.h
index cdd80fb..4684937 100644
--- a/src/common/ipc_func_ids.h
+++ b/src/common/ipc_func_ids.h
@@ -61,6 +61,7 @@ IPC_FUNCIDS_TABLE_START
IPC_FUNC_ID(IPC_ST_GET_NEST_DTS_FUNCID)
IPC_FUNC_ID(IPC_ST_FIR_COLLECTION)
IPC_FUNC_ID(IPC_ST_GET_TOD_FUNCID)
+ IPC_FUNC_ID(IPC_ST_APSS_RESET_FUNCID)
IPC_FUNCIDS_ST_END(OCCHW_INST_ID_GPE0)
//Functions that are only supported by GPE1 should be defined here
OpenPOWER on IntegriCloud