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