Go to the documentation of this file.
6 #define cmx2xx_pci_init_irq(x) __cmx2xx_pci_init_irq(x)
7 #define cmx2xx_pci_suspend(x) __cmx2xx_pci_suspend(x)
8 #define cmx2xx_pci_resume(x) __cmx2xx_pci_resume(x)
10 #define cmx2xx_pci_init_irq(x) do {} while (0)
11 #define cmx2xx_pci_suspend(x) do {} while (0)
12 #define cmx2xx_pci_resume(x) do {} while (0)