d280945baf55dbb10fa1fd8c0b2acd8620233d01
[dpdk.git] / drivers / net / ngbe / base / ngbe_mbx.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018-2021 Beijing WangXun Technology Co., Ltd.
3  * Copyright(c) 2010-2017 Intel Corporation
4  */
5
6 #ifndef _NGBE_MBX_H_
7 #define _NGBE_MBX_H_
8
9 void ngbe_init_mbx_params_pf(struct ngbe_hw *hw);
10
11 #endif /* _NGBE_MBX_H_ */