Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / net / dsa / lan9303.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a1292595
JB
2#include <linux/regmap.h>
3#include <linux/device.h>
4#include <net/dsa.h>
5
356c3e9a 6#include <linux/dsa/lan9303.h>
a1292595
JB
7
8extern const struct regmap_access_table lan9303_register_set;
2c340898 9extern const struct lan9303_phy_ops lan9303_indirect_phy_ops;
a1292595
JB
10
11int lan9303_probe(struct lan9303 *chip, struct device_node *np);
12int lan9303_remove(struct lan9303 *chip);