aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sparc/iommu.h
blob: 91b072b0d7a083b1dfa272b7622ecf25d9859974 (plain)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_IOMMU_H
#define ___ASM_SPARC_IOMMU_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/iommu_64.h>
#else
#include <asm-sparc/iommu_32.h>
#endif
#endif