aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/qca/qca8k_leds.h
blob: ab367f05b1730ef8c31dab0820368664a1085539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __QCA8K_LEDS_H
#define __QCA8K_LEDS_H

/* Leds Support function */
#ifdef CONFIG_NET_DSA_QCA8K_LEDS_SUPPORT
int qca8k_setup_led_ctrl(struct qca8k_priv *priv);
#else
static inline int qca8k_setup_led_ctrl(struct qca8k_priv *priv)
{
	return 0;
}
#endif

#endif /* __QCA8K_LEDS_H */