xref: /linux/drivers/net/ethernet/wangxun/txgbe/txgbe_phy.h (revision 2b0cfa6e49566c8fa6759734cf821aa6e8271a9e)
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 
7 irqreturn_t txgbe_gpio_irq_handler(int irq, void *data);
8 irqreturn_t txgbe_link_irq_handler(int irq, void *data);
9 int txgbe_init_phy(struct txgbe *txgbe);
10 void txgbe_remove_phy(struct txgbe *txgbe);
11 
12 #endif /* _TXGBE_NODE_H_ */
13