xref: /linux/drivers/net/ethernet/qualcomm/emac/emac-phy.h (revision 75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37)
1*97fb5e8dSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2b9b17debSTimur Tabi /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
3b9b17debSTimur Tabi */
4b9b17debSTimur Tabi 
5b9b17debSTimur Tabi #ifndef _EMAC_PHY_H_
6b9b17debSTimur Tabi #define _EMAC_PHY_H_
7b9b17debSTimur Tabi 
8b9b17debSTimur Tabi struct emac_adapter;
9b9b17debSTimur Tabi 
10b9b17debSTimur Tabi int emac_phy_config(struct platform_device *pdev, struct emac_adapter *adpt);
11b9b17debSTimur Tabi 
12b9b17debSTimur Tabi #endif /* _EMAC_PHY_H_ */
13