diff options
-rw-r--r-- | include/linux/wl12xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/wl12xx.h b/include/linux/wl12xx.h index 56cfc32c117e..0f559ae411c8 100644 --- a/include/linux/wl12xx.h +++ b/include/linux/wl12xx.h @@ -49,6 +49,7 @@ enum { struct wl12xx_platform_data { void (*set_power)(bool enable); + void (*set_carddetect)(bool enable); /* SDIO only: IRQ number if WLAN_IRQ line is used, 0 for SDIO IRQs */ int irq; bool use_eeprom; |