2017-12-19 15:49:05 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
* Copyright(c) 2010-2014 Intel Corporation
|
2014-06-04 18:08:39 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* Test prototypes */
|
|
|
|
int test_port_ring_reader(void);
|
|
|
|
int test_port_ring_writer(void);
|
|
|
|
|
|
|
|
/* Extern variables */
|
|
|
|
typedef int (*port_test)(void);
|
|
|
|
|
|
|
|
extern port_test port_tests[];
|
|
|
|
extern unsigned n_port_tests;
|