162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright 2020-2021 NXP 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef _AMPHION_VPU_MSGS_H 762306a36Sopenharmony_ci#define _AMPHION_VPU_MSGS_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciint vpu_isr(struct vpu_core *core, u32 irq); 1062306a36Sopenharmony_civoid vpu_inst_run_work(struct work_struct *work); 1162306a36Sopenharmony_civoid vpu_msg_run_work(struct work_struct *work); 1262306a36Sopenharmony_civoid vpu_msg_delayed_work(struct work_struct *work); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif 15