thesis/linux-6.8.1/drivers/net/ethernet/sunplus/spl2sw_mdio.h
2025-03-19 13:44:23 +01:00

12 lines
281 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright Sunplus Technology Co., Ltd.
* All rights reserved.
*/
#ifndef __SPL2SW_MDIO_H__
#define __SPL2SW_MDIO_H__
u32 spl2sw_mdio_init(struct spl2sw_common *comm);
void spl2sw_mdio_remove(struct spl2sw_common *comm);
#endif