]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/ia64/include/asm/device.h
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2112...
[mirror_ubuntu-artful-kernel.git] / arch / ia64 / include / asm / device.h
CommitLineData
c6dbaef2
BH
1/*
2 * Arch specific extensions to struct device
3 *
4 * This file is released under the GPLv2
5 */
465ae641
BH
6#ifndef _ASM_IA64_DEVICE_H
7#define _ASM_IA64_DEVICE_H
c6dbaef2 8
465ae641 9struct dev_archdata {
d3f13810 10#ifdef CONFIG_INTEL_IOMMU
62fdd767
FY
11 void *iommu; /* hook for IOMMU specific extension */
12#endif
465ae641
BH
13};
14
d7aacadd
MD
15struct pdev_archdata {
16};
17
465ae641 18#endif /* _ASM_IA64_DEVICE_H */