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