Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __NITROX_MBX_H
0003 #define __NITROX_MBX_H
0004 
0005 int nitrox_mbox_init(struct nitrox_device *ndev);
0006 void nitrox_mbox_cleanup(struct nitrox_device *ndev);
0007 void nitrox_pf2vf_mbox_handler(struct nitrox_device *ndev);
0008 
0009 #endif /* __NITROX_MBX_H */