repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
crypto
/
cavium
/
nitrox
/
nitrox_mbx.h
blob
5008399775a938d6ae11ea5d0d6bca32a8d3b7c8
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 */