Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
0003 */
0004 
0005 #ifndef _EMAC_PHY_H_
0006 #define _EMAC_PHY_H_
0007 
0008 struct emac_adapter;
0009 
0010 int emac_phy_config(struct platform_device *pdev, struct emac_adapter *adpt);
0011 
0012 #endif /* _EMAC_PHY_H_ */