aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api/pktio/lso.h
blob: d5688369f4647b68f759181e4489a24421787495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2020 Nokia
 */

#ifndef _ODP_TEST_PKTIO_LSO_H_
#define _ODP_TEST_PKTIO_LSO_H_

#include <odp_cunit_common.h>

/* test array init/term functions: */
int lso_suite_term(void);
int lso_suite_init(void);

/* test arrays: */
extern odp_testinfo_t lso_suite[];

#endif