forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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