x86, um: ... and asm-x86 move
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
16
arch/x86/include/asm/device.h
Normal file
16
arch/x86/include/asm/device.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef ASM_X86__DEVICE_H
|
||||
#define ASM_X86__DEVICE_H
|
||||
|
||||
struct dev_archdata {
|
||||
#ifdef CONFIG_ACPI
|
||||
void *acpi_handle;
|
||||
#endif
|
||||
#ifdef CONFIG_X86_64
|
||||
struct dma_mapping_ops *dma_ops;
|
||||
#endif
|
||||
#ifdef CONFIG_DMAR
|
||||
void *iommu; /* hook for IOMMU specific extension */
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif /* ASM_X86__DEVICE_H */
|
Reference in New Issue
Block a user