summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/device.h
blob: dbe8855438958d20aa926882c2b20986201719c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ASM_X86__DEVICE_H
#define ASM_X86__DEVICE_H

struct dev_archdata {
#ifdef CONFIG_ACPI
	void	*acpi_handle;
#endif
#ifdef CONFIG_DMAR
	void *iommu; /* hook for IOMMU specific extension */
#endif
};

#endif /* ASM_X86__DEVICE_H */
OpenPOWER on IntegriCloud