1*fd3040b9SWells Lu /* SPDX-License-Identifier: GPL-2.0 */
2*fd3040b9SWells Lu /* Copyright Sunplus Technology Co., Ltd.
3*fd3040b9SWells Lu  *       All rights reserved.
4*fd3040b9SWells Lu  */
5*fd3040b9SWells Lu 
6*fd3040b9SWells Lu #ifndef __SPL2SW_MDIO_H__
7*fd3040b9SWells Lu #define __SPL2SW_MDIO_H__
8*fd3040b9SWells Lu 
9*fd3040b9SWells Lu u32  spl2sw_mdio_init(struct spl2sw_common *comm);
10*fd3040b9SWells Lu void spl2sw_mdio_remove(struct spl2sw_common *comm);
11*fd3040b9SWells Lu 
12*fd3040b9SWells Lu #endif
13