1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2015 Intel Corporation 3 */ 4 5 6 void ethapp_main(void); 7 void print_stats(void); 8 void lock_port(int idx_port); 9 void unlock_port(int idx_port); 10 void mark_port_inactive(int idx_port); 11 void mark_port_active(int idx_port); 12 void mark_port_newmac(int idx_port); 13