]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - arch/x86/include/asm/device.h
KVM: x86: do not check CS.DPL against RPL during task switch
[mirror_ubuntu-disco-kernel.git] / arch / x86 / include / asm / device.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_DEVICE_H
2#define _ASM_X86_DEVICE_H
003a46cf
TG
3
4struct dev_archdata {
4692d77f
AR
5#ifdef CONFIG_X86_DEV_DMA_OPS
6 struct dma_map_ops *dma_ops;
8d8bb39b 7#endif
d3f13810 8#if defined(CONFIG_INTEL_IOMMU) || defined(CONFIG_AMD_IOMMU)
358dd8ac
KA
9 void *iommu; /* hook for IOMMU specific extension */
10#endif
003a46cf
TG
11};
12
d7aacadd
MD
13struct pdev_archdata {
14};
15
1965aae3 16#endif /* _ASM_X86_DEVICE_H */