net/txgbe: add interrupt operation
[dpdk.git] / drivers / net / txgbe / base / txgbe.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2015-2020
3  */
4
5 #ifndef _TXGBE_H_
6 #define _TXGBE_H_
7
8 #include "txgbe_type.h"
9 #include "txgbe_mng.h"
10 #include "txgbe_eeprom.h"
11 #include "txgbe_phy.h"
12 #include "txgbe_hw.h"
13
14 #endif /* _TXGBE_H_ */