/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ #ifndef _FUN_PORT_H #define _FUN_PORT_H enum port_mac_rx_stats { … }; enum port_mac_tx_stats { … }; enum port_mac_fec_stats { … }; #endif /* _FUN_PORT_H */
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ #ifndef _FUN_PORT_H #define _FUN_PORT_H enum port_mac_rx_stats { … }; enum port_mac_tx_stats { … }; enum port_mac_fec_stats { … }; #endif /* _FUN_PORT_H */