]> Git Repo - linux.git/blob - drivers/net/ethernet/qualcomm/emac/emac-phy.h
Linux 6.14-rc3
[linux.git] / drivers / net / ethernet / qualcomm / emac / emac-phy.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
3 */
4
5 #ifndef _EMAC_PHY_H_
6 #define _EMAC_PHY_H_
7
8 struct emac_adapter;
9
10 int emac_phy_config(struct platform_device *pdev, struct emac_adapter *adpt);
11
12 #endif /* _EMAC_PHY_H_ */
This page took 0.032552 seconds and 4 git commands to generate.