xref: /linux/drivers/net/ethernet/wangxun/txgbe/txgbe_aml.h (revision e78f70bad29c5ae1e1076698b690b15794e9b81e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2015 - 2025 Beijing WangXun Technology Co., Ltd. */
3 
4 #ifndef _TXGBE_AML_H_
5 #define _TXGBE_AML_H_
6 
7 void txgbe_gpio_init_aml(struct wx *wx);
8 irqreturn_t txgbe_gpio_irq_handler_aml(int irq, void *data);
9 int txgbe_test_hostif(struct wx *wx);
10 int txgbe_set_phy_link(struct wx *wx);
11 int txgbe_identify_sfp(struct wx *wx);
12 void txgbe_setup_link(struct wx *wx);
13 int txgbe_phylink_init_aml(struct txgbe *txgbe);
14 
15 #endif /* _TXGBE_AML_H_ */
16