1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
6 #ifndef __LINUX_PCS_LYNX_H
7 #define __LINUX_PCS_LYNX_H
9 #include <linux/mdio.h>
10 #include <linux/phylink.h>
13 struct phylink_pcs pcs;
14 struct mdio_device *mdio;
17 struct lynx_pcs *lynx_pcs_create(struct mdio_device *mdio);
19 void lynx_pcs_destroy(struct lynx_pcs *pcs);
21 #endif /* __LINUX_PCS_LYNX_H */