thesis/linux-6.8.1/drivers/net/ethernet/wangxun/txgbe/txgbe_phy.h
2025-03-19 13:44:23 +01:00

10 lines
268 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */
#ifndef _TXGBE_PHY_H_
#define _TXGBE_PHY_H_
int txgbe_init_phy(struct txgbe *txgbe);
void txgbe_remove_phy(struct txgbe *txgbe);
#endif /* _TXGBE_NODE_H_ */