X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fdmar.h;h=f1984fc3e06d54e21646c79c591169c5a3f84aeb;hb=404443081ce5e6f68b5f7eda16c959835ff200c0;hp=324bbca85a26fe65e869eae9e2ca670f2db44ab0;hpb=b6fcb33ad6c05f152a672f7c96c1fab006527b80;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/dmar.h b/include/linux/dmar.h index 324bbca85a2..f1984fc3e06 100644 --- a/include/linux/dmar.h +++ b/include/linux/dmar.h @@ -45,7 +45,6 @@ extern struct list_head dmar_drhd_units; list_for_each_entry(drhd, &dmar_drhd_units, list) extern int dmar_table_init(void); -extern int early_dmar_detect(void); extern int dmar_dev_scope_init(void); /* Intel IOMMU detection */ @@ -109,6 +108,8 @@ extern int flush_irte(int irq); extern int free_irte(int irq); extern int irq_remapped(int irq); +extern struct intel_iommu *map_dev_to_ir(struct pci_dev *dev); +extern struct intel_iommu *map_ioapic_to_ir(int apic); #else #define irq_remapped(irq) (0) #define enable_intr_remapping(mode) (-1)