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