xref: /dpdk/drivers/net/ntnic/nthw/nthw_helper.h (revision e3723ca6f492f3b1df4799ae9248860ddf214be3)
1 /*
2  * SPDX-License-Identifier: BSD-3-Clause
3  * Copyright(c) 2023 Napatech A/S
4  */
5 
6 #ifndef __NTHW_HELPER_H__
7 #define __NTHW_HELPER_H__
8 
9 #include <assert.h>
10 
11 #endif  /* __NTHW_HELPER_H__ */
12