GNU Linux-libre 4.14.290-gnu1
[releases.git] / drivers / net / ethernet / hisilicon / hns3 / hns3pf / hclge_mdio.h
1 /*
2  * Copyright (c) 2016-2017 Hisilicon Limited.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  */
9
10 #ifndef __HCLGE_MDIO_H
11 #define __HCLGE_MDIO_H
12
13 int hclge_mac_mdio_config(struct hclge_dev *hdev);
14 int hclge_mac_start_phy(struct hclge_dev *hdev);
15 void hclge_mac_stop_phy(struct hclge_dev *hdev);
16
17 #endif