15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright 2020-2021 NXP4 */5 6#ifndef _AMPHION_VPU_MSGS_H7#define _AMPHION_VPU_MSGS_H8 9int vpu_isr(struct vpu_core *core, u32 irq);10void vpu_inst_run_work(struct work_struct *work);11void vpu_msg_run_work(struct work_struct *work);12void vpu_msg_delayed_work(struct work_struct *work);13 14#endif15