diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2012-06-26 10:46:04 -0400 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2012-09-28 11:43:52 -0400 |
commit | 6b474b8224cdb473f19e8c925171e608499cc45d (patch) | |
tree | d52191a42b4b9292b1908003245abcf852c6919b /drivers/iommu/irq_remapping.h | |
parent | d976195c93bce4512e990d170858d20d71c95c45 (diff) |
iommu/amd: Add initialization routines for AMD interrupt remapping
Add the six routines required to setup interrupt remapping
with the AMD IOMMU. Also put it all together into the AMD
specific irq_remap_ops.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/iommu/irq_remapping.h')
-rw-r--r-- | drivers/iommu/irq_remapping.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/irq_remapping.h b/drivers/iommu/irq_remapping.h index 624d360d9be4..95363acb583f 100644 --- a/drivers/iommu/irq_remapping.h +++ b/drivers/iommu/irq_remapping.h | |||
@@ -82,6 +82,7 @@ struct irq_remap_ops { | |||
82 | }; | 82 | }; |
83 | 83 | ||
84 | extern struct irq_remap_ops intel_irq_remap_ops; | 84 | extern struct irq_remap_ops intel_irq_remap_ops; |
85 | extern struct irq_remap_ops amd_iommu_irq_ops; | ||
85 | 86 | ||
86 | #else /* CONFIG_IRQ_REMAP */ | 87 | #else /* CONFIG_IRQ_REMAP */ |
87 | 88 | ||