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_MBOX_H 762306a36Sopenharmony_ci#define _AMPHION_VPU_MBOX_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciint vpu_mbox_init(struct vpu_core *core); 1062306a36Sopenharmony_ciint vpu_mbox_request(struct vpu_core *core); 1162306a36Sopenharmony_civoid vpu_mbox_free(struct vpu_core *core); 1262306a36Sopenharmony_civoid vpu_mbox_send_msg(struct vpu_core *core, u32 type, u32 data); 1362306a36Sopenharmony_civoid vpu_mbox_send_type(struct vpu_core *core, u32 type); 1462306a36Sopenharmony_civoid vpu_mbox_enable_rx(struct vpu_dev *dev); 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif 17