]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/bcma/bcma.h
bcma: add IRQ number and pointer to DMA dev
[karo-tx-linux.git] / include / linux / bcma / bcma.h
index 08763e4e848f763d6a345f0f925add947ea4c12e..8b0cef9fd692b93ed9f5475c3f8882034a1527ad 100644 (file)
@@ -117,6 +117,8 @@ struct bcma_device {
        struct bcma_device_id id;
 
        struct device dev;
+       struct device *dma_dev;
+       unsigned int irq;
        bool dev_registered;
 
        u8 core_index;