iommu.h 176 字节
Newer Older
1 2 3
#ifndef ___ASM_SPARC_IOMMU_H
#define ___ASM_SPARC_IOMMU_H
#if defined(__sparc__) && defined(__arch64__)
4
#include <asm/iommu_64.h>
5
#else
6
#include <asm/iommu_32.h>
7 8
#endif
#endif