1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright 2020-2021 NXP
4  */
5 
6 #ifndef _AMPHION_VPU_MSGS_H
7 #define _AMPHION_VPU_MSGS_H
8 
9 int vpu_isr(struct vpu_core *core, u32 irq);
10 void vpu_inst_run_work(struct work_struct *work);
11 void vpu_msg_run_work(struct work_struct *work);
12 void vpu_msg_delayed_work(struct work_struct *work);
13 
14 #endif
15