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