forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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