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