162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef _TXGBE_PHY_H_ 562306a36Sopenharmony_ci#define _TXGBE_PHY_H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciint txgbe_init_phy(struct txgbe *txgbe); 862306a36Sopenharmony_civoid txgbe_remove_phy(struct txgbe *txgbe); 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#endif /* _TXGBE_NODE_H_ */ 11