]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/ia64/include/asm/device.h
Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[thirdparty/linux.git] / arch / ia64 / include / asm / device.h
CommitLineData
55716d26 1/* SPDX-License-Identifier: GPL-2.0-only */
c6dbaef2
BH
2/*
3 * Arch specific extensions to struct device
c6dbaef2 4 */
465ae641
BH
5#ifndef _ASM_IA64_DEVICE_H
6#define _ASM_IA64_DEVICE_H
c6dbaef2 7
465ae641 8struct dev_archdata {
e18a8c10 9#ifdef CONFIG_IOMMU_API
62fdd767
FY
10 void *iommu; /* hook for IOMMU specific extension */
11#endif
465ae641
BH
12};
13
d7aacadd
MD
14struct pdev_archdata {
15};
16
465ae641 17#endif /* _ASM_IA64_DEVICE_H */