2008-10-23 09:26:29 +04:00
|
|
|
#ifndef _ASM_X86_IOMMU_H
|
|
|
|
#define _ASM_X86_IOMMU_H
|
2007-07-21 19:11:31 +04:00
|
|
|
|
2009-01-05 17:59:02 +03:00
|
|
|
extern struct dma_map_ops nommu_dma_ops;
|
2007-07-21 19:11:31 +04:00
|
|
|
extern int force_iommu, no_iommu;
|
|
|
|
extern int iommu_detected;
|
2009-04-25 04:30:20 +04:00
|
|
|
extern int iommu_pass_through;
|
2011-10-21 23:56:24 +04:00
|
|
|
extern int iommu_group_mf;
|
2008-07-10 03:27:49 +04:00
|
|
|
|
2008-10-17 05:02:32 +04:00
|
|
|
/* 10 seconds */
|
|
|
|
#define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|
|
|
|
|
2008-10-23 09:26:29 +04:00
|
|
|
#endif /* _ASM_X86_IOMMU_H */
|