Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
 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
13int hclge_mac_mdio_config(struct hclge_dev *hdev);
14int hclge_mac_start_phy(struct hclge_dev *hdev);
15void hclge_mac_stop_phy(struct hclge_dev *hdev);
16
17#endif