]> Git Repo - linux.git/blob - drivers/net/dsa/lan9303.h
powerpc/64s/hash: convert SLB miss handlers to C
[linux.git] / drivers / net / dsa / lan9303.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/regmap.h>
3 #include <linux/device.h>
4 #include <net/dsa.h>
5
6 #include <linux/dsa/lan9303.h>
7
8 extern const struct regmap_access_table lan9303_register_set;
9 extern const struct lan9303_phy_ops lan9303_indirect_phy_ops;
10
11 int lan9303_probe(struct lan9303 *chip, struct device_node *np);
12 int lan9303_remove(struct lan9303 *chip);
This page took 0.035393 seconds and 4 git commands to generate.