diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/dwmmc.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/dwmmc.h b/include/dwmmc.h index ecaa76368..6c91143e9 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -123,6 +123,9 @@  #define DWMCI_BMOD_IDMAC_FB	(1 << 1)  #define DWMCI_BMOD_IDMAC_EN	(1 << 7) +/* quirks */ +#define DWMCI_QUIRK_DISABLE_SMU		(1 << 0) +  struct dwmci_host {  	char *name;  	void *ioaddr; |