Linux Audio

Check our new training course

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