xref: /linux/drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.h (revision 7f71507851fc7764b36a3221839607d3a45c2025)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Copyright (c) 2024 Hisilicon Limited. */
3 
4 #ifndef __HBG_MDIO_H
5 #define __HBG_MDIO_H
6 
7 #include "hbg_common.h"
8 
9 int hbg_mdio_init(struct hbg_priv *priv);
10 void hbg_phy_start(struct hbg_priv *priv);
11 void hbg_phy_stop(struct hbg_priv *priv);
12 #endif
13