aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/phy/m88e1512/chip.h
blob: 36a46e93c91fbf2e4797ac51123fa683bc295f3e (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#include "m88e1512.h"

struct drivers_net_phy_m88e1512_config {
	bool configure_leds;		/* Enable LED customization */
	unsigned char led_0_ctrl;	/* LED[0] Control */
	unsigned char led_1_ctrl;	/* LED[1] Control */
	unsigned char led_2_ctrl;	/* LED[2] Control */
};