|
@@ -6,6 +6,8 @@
|
|
|
#ifndef __VENUS_HFI_RESPONSE_H__
|
|
|
#define __VENUS_HFI_RESPONSE_H__
|
|
|
|
|
|
+#include "hfi_packet.h"
|
|
|
+
|
|
|
int handle_response(struct msm_vidc_core *core,
|
|
|
void *response);
|
|
|
int validate_packet(u8 *response_pkt, u8 *core_resp_pkt,
|
|
@@ -17,5 +19,7 @@ bool is_valid_hfi_buffer_type(struct msm_vidc_inst *inst,
|
|
|
void handle_session_response_work_handler(struct work_struct *work);
|
|
|
int handle_session_response_work(struct msm_vidc_inst *inst,
|
|
|
struct response_work *work);
|
|
|
+int handle_system_error(struct msm_vidc_core *core,
|
|
|
+ struct hfi_packet *pkt);
|
|
|
|
|
|
#endif // __VENUS_HFI_RESPONSE_H__
|