forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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