]> Git Repo - linux.git/blob - drivers/crypto/cavium/nitrox/nitrox_mbx.h
blk-core: use pr_warn_ratelimited() in bio_check_ro()
[linux.git] / drivers / crypto / cavium / nitrox / nitrox_mbx.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NITROX_MBX_H
3 #define __NITROX_MBX_H
4
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);
8
9 #endif /* __NITROX_MBX_H */
This page took 0.032575 seconds and 4 git commands to generate.