xref: /dpdk/drivers/net/ntnic/include/flow_api.h (revision 0ea00f33754b342d95623c9af81d827a06c31f58)
136cf85c8SOleksandr Kolomeiets /*
236cf85c8SOleksandr Kolomeiets  * SPDX-License-Identifier: BSD-3-Clause
336cf85c8SOleksandr Kolomeiets  * Copyright(c) 2023 Napatech A/S
436cf85c8SOleksandr Kolomeiets  */
536cf85c8SOleksandr Kolomeiets 
636cf85c8SOleksandr Kolomeiets #ifndef _FLOW_API_H_
736cf85c8SOleksandr Kolomeiets #define _FLOW_API_H_
836cf85c8SOleksandr Kolomeiets 
9*0ea00f33SOleksandr Kolomeiets #include "ntlog.h"
10*0ea00f33SOleksandr Kolomeiets 
1136cf85c8SOleksandr Kolomeiets /* registered NIC backends */
1236cf85c8SOleksandr Kolomeiets struct flow_nic_dev;
1336cf85c8SOleksandr Kolomeiets 
1436cf85c8SOleksandr Kolomeiets #endif
15