18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __NITROX_MBX_H 38c2ecf20Sopenharmony_ci#define __NITROX_MBX_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ciint nitrox_mbox_init(struct nitrox_device *ndev); 68c2ecf20Sopenharmony_civoid nitrox_mbox_cleanup(struct nitrox_device *ndev); 78c2ecf20Sopenharmony_civoid nitrox_pf2vf_mbox_handler(struct nitrox_device *ndev); 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#endif /* __NITROX_MBX_H */ 10