]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, AMD IOMMU: add header file for driver data structures and defines
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 26 Jun 2008 19:27:38 +0000 (21:27 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 27 Jun 2008 08:12:07 +0000 (10:12 +0200)
commit8d283c35a293e6091fdf7ef86842c1174c48a941
tree63c844776cb56251b02c06ee8076cb0cf9c30db2
parent2b188723ee1707ca902ddb98ce1decdeafb5190a
x86, AMD IOMMU: add header file for driver data structures and defines

This patch adds a header file local to the AMD IOMMU driver with constants and
data structures needed in the code.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Cc: iommu@lists.linux-foundation.org
Cc: bhavna.sarathy@amd.com
Cc: Sebastian.Biemueller@amd.com
Cc: robert.richter@amd.com
Cc: joro@8bytes.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/amd_iommu_types.h [new file with mode: 0644]