Loading...
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */
3
4#ifndef _TXGBE_PHY_H_
5#define _TXGBE_PHY_H_
6
7irqreturn_t txgbe_link_irq_handler(int irq, void *data);
8int txgbe_init_phy(struct txgbe *txgbe);
9void txgbe_remove_phy(struct txgbe *txgbe);
10
11#endif /* _TXGBE_NODE_H_ */
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */
3
4#ifndef _TXGBE_PHY_H_
5#define _TXGBE_PHY_H_
6
7int txgbe_init_phy(struct txgbe *txgbe);
8void txgbe_remove_phy(struct txgbe *txgbe);
9
10#endif /* _TXGBE_NODE_H_ */