brintos

brintos / linux-shallow public Read only

0
0
Text · 279 B · 7c93d02 Raw
10 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __NITROX_MBX_H3#define __NITROX_MBX_H4 5int nitrox_mbox_init(struct nitrox_device *ndev);6void nitrox_mbox_cleanup(struct nitrox_device *ndev);7void nitrox_pf2vf_mbox_handler(struct nitrox_device *ndev);8 9#endif /* __NITROX_MBX_H */10