ab2c5dd977034151d34fb97997f52b72ed2fd1ee
[dpdk.git] / drivers / net / txgbe / base / txgbe_mbx.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2015-2020
3  */
4
5 #ifndef _TXGBE_MBX_H_
6 #define _TXGBE_MBX_H_
7
8 #include "txgbe_type.h"
9
10 void txgbe_init_mbx_params_pf(struct txgbe_hw *);
11
12 #endif /* _TXGBE_MBX_H_ */