generic: add common struct for dma map operations
[deliverable/linux.git] / arch / x86 / include / asm / iommu.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_IOMMU_H
2#define _ASM_X86_IOMMU_H
f2cf8e08
YL
3
4extern void pci_iommu_shutdown(void);
5extern void no_iommu_init(void);
1956a96d 6extern struct dma_mapping_ops nommu_dma_ops;
f2cf8e08
YL
7extern int force_iommu, no_iommu;
8extern int iommu_detected;
e93be88d 9
5b6985ce
FY
10/* 10 seconds */
11#define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
12
1965aae3 13#endif /* _ASM_X86_IOMMU_H */
This page took 0.201863 seconds and 5 git commands to generate.