.. | .. |
---|
51 | 51 | #endif /* CONFIG_X86_IO_APIC */ |
---|
52 | 52 | |
---|
53 | 53 | #ifdef CONFIG_PCI_MSI |
---|
54 | | -extern void arch_init_msi_domain(struct irq_domain *domain); |
---|
| 54 | +void x86_create_pci_msi_domain(void); |
---|
| 55 | +struct irq_domain *native_create_pci_msi_domain(void); |
---|
| 56 | +extern struct irq_domain *x86_pci_msi_default_domain; |
---|
55 | 57 | #else |
---|
56 | | -static inline void arch_init_msi_domain(struct irq_domain *domain) { } |
---|
| 58 | +static inline void x86_create_pci_msi_domain(void) { } |
---|
| 59 | +#define native_create_pci_msi_domain NULL |
---|
| 60 | +#define x86_pci_msi_default_domain NULL |
---|
57 | 61 | #endif |
---|
58 | 62 | |
---|
59 | 63 | #endif |
---|