]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/x86/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 / x86 / include / asm / device.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1965aae3
PA
2#ifndef _ASM_X86_DEVICE_H
3#define _ASM_X86_DEVICE_H
003a46cf
TG
4
5struct dev_archdata {
ed3119e4 6#ifdef CONFIG_IOMMU_API
358dd8ac
KA
7 void *iommu; /* hook for IOMMU specific extension */
8#endif
003a46cf
TG
9};
10
d7aacadd
MD
11struct pdev_archdata {
12};
13
1965aae3 14#endif /* _ASM_X86_DEVICE_H */