Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / crypto / cavium / nitrox / nitrox_mbx.h
blob7c93d028217466868a83224219c1f05c06e57d9f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NITROX_MBX_H
3 #define __NITROX_MBX_H
5 int nitrox_mbox_init(struct nitrox_device *ndev);
6 void nitrox_mbox_cleanup(struct nitrox_device *ndev);
7 void nitrox_pf2vf_mbox_handler(struct nitrox_device *ndev);
9 #endif /* __NITROX_MBX_H */