1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2018 Intel Corporation
5 #ifndef _INCLUDE_TAP_H_
6 #define _INCLUDE_TAP_H_
13 TAILQ_ENTRY(tap) node;
18 TAILQ_HEAD(tap_list, tap);
24 tap_find(const char *name);
27 tap_create(const char *name);
29 #endif /* _INCLUDE_TAP_H_ */