blob: 11f590b64701bcf12b1d3010dfa6128bbe8ab505 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Juergen Beiserta1292592017-04-18 10:48:25 +02002#include <linux/regmap.h>
3#include <linux/device.h>
4#include <net/dsa.h>
5
Egil Hjelmeland356c3e92017-10-26 11:00:48 +02006#include <linux/dsa/lan9303.h>
Juergen Beiserta1292592017-04-18 10:48:25 +02007
8extern const struct regmap_access_table lan9303_register_set;
Egil Hjelmeland2c340892017-07-30 19:58:56 +02009extern const struct lan9303_phy_ops lan9303_indirect_phy_ops;
Juergen Beiserta1292592017-04-18 10:48:25 +020010
11int lan9303_probe(struct lan9303 *chip, struct device_node *np);
12int lan9303_remove(struct lan9303 *chip);