forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/led.h
....@@ -16,10 +16,12 @@
1616
1717 #ifndef _BRCM_LED_H_
1818 #define _BRCM_LED_H_
19
+
20
+struct gpio_desc;
21
+
1922 struct brcms_led {
2023 char name[32];
21
- unsigned gpio;
22
- bool active_low;
24
+ struct gpio_desc *gpiod;
2325 };
2426
2527 #ifdef CONFIG_BCMA_DRIVER_GPIO