f-stack/dpdk/app/test/test_table_ports.h

14 lines
296 B
C
Raw Normal View History

2019-06-25 11:12:58 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
2017-04-21 10:43:26 +00:00
*/
/* Test prototypes */
int test_port_ring_reader(void);
int test_port_ring_writer(void);
2017-04-21 10:43:26 +00:00
/* Extern variables */
typedef int (*port_test)(void);
2017-04-21 10:43:26 +00:00
extern port_test port_tests[];
extern unsigned n_port_tests;