]> Git Repo - J-linux.git/blob - include/linux/pcs-lynx.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / linux / pcs-lynx.h
1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
2 /* Copyright 2020 NXP
3  * Lynx PCS helpers
4  */
5
6 #ifndef __LINUX_PCS_LYNX_H
7 #define __LINUX_PCS_LYNX_H
8
9 #include <linux/mdio.h>
10 #include <linux/phylink.h>
11
12 struct phylink_pcs *lynx_pcs_create_mdiodev(struct mii_bus *bus, int addr);
13 struct phylink_pcs *lynx_pcs_create_fwnode(struct fwnode_handle *node);
14
15 void lynx_pcs_destroy(struct phylink_pcs *pcs);
16
17 #endif /* __LINUX_PCS_LYNX_H */
This page took 0.025865 seconds and 4 git commands to generate.