162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0+ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Stubs for PHY library functionality called by the core network stack. 462306a36Sopenharmony_ci * These are necessary because CONFIG_PHYLIB can be a module, and built-in 562306a36Sopenharmony_ci * code cannot directly call symbols exported by modules. 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci#include <linux/phylib_stubs.h> 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciconst struct phylib_stubs *phylib_stubs; 1062306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(phylib_stubs); 11