Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright Sunplus Technology Co., Ltd.
0003  *       All rights reserved.
0004  */
0005 
0006 #ifndef __SPL2SW_PHY_H__
0007 #define __SPL2SW_PHY_H__
0008 
0009 int  spl2sw_phy_connect(struct spl2sw_common *comm);
0010 void spl2sw_phy_remove(struct spl2sw_common *comm);
0011 
0012 #endif