Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Juergen Beisert | a129259 | 2017-04-18 10:48:25 +0200 | [diff] [blame] | 2 | #include <linux/regmap.h> |
| 3 | #include <linux/device.h> |
| 4 | #include <net/dsa.h> |
| 5 | |
Egil Hjelmeland | 356c3e9 | 2017-10-26 11:00:48 +0200 | [diff] [blame] | 6 | #include <linux/dsa/lan9303.h> |
Juergen Beisert | a129259 | 2017-04-18 10:48:25 +0200 | [diff] [blame] | 7 | |
| 8 | extern const struct regmap_access_table lan9303_register_set; |
Egil Hjelmeland | 2c34089 | 2017-07-30 19:58:56 +0200 | [diff] [blame] | 9 | extern const struct lan9303_phy_ops lan9303_indirect_phy_ops; |
Juergen Beisert | a129259 | 2017-04-18 10:48:25 +0200 | [diff] [blame] | 10 | |
| 11 | int lan9303_probe(struct lan9303 *chip, struct device_node *np); |
| 12 | int lan9303_remove(struct lan9303 *chip); |