ath10k: add helper functions in ahb.c for reg rd/wr
[cascardo/linux.git] / drivers / net / wireless / ath / ath10k / ahb.h
index d1afe93..77d15af 100644 (file)
 
 #include <linux/platform_device.h>
 
+struct ath10k_ahb {
+       struct platform_device *pdev;
+       void __iomem *mem;
+       void __iomem *gcc_mem;
+       void __iomem *tcsr_mem;
+};
+
 #ifdef CONFIG_ATH10K_AHB
 
 int ath10k_ahb_init(void);