blob: 41ab85d66f33f8228cfa62da8ea8c88ef1888ea3 [file] [log] [blame]
Benjamin Herrenschmidtc6dbaef2006-11-11 17:18:39 +11001/*
2 * Arch specific extensions to struct device
3 *
4 * This file is released under the GPLv2
5 */
Benjamin Herrenschmidt465ae642006-11-11 17:18:42 +11006#ifndef _ASM_IA64_DEVICE_H
7#define _ASM_IA64_DEVICE_H
Benjamin Herrenschmidtc6dbaef2006-11-11 17:18:39 +11008
Benjamin Herrenschmidt465ae642006-11-11 17:18:42 +11009struct dev_archdata {
10#ifdef CONFIG_ACPI
11 void *acpi_handle;
12#endif
Fenghua Yu62fdd762008-10-17 12:14:13 -070013#ifdef CONFIG_DMAR
14 void *iommu; /* hook for IOMMU specific extension */
15#endif
Benjamin Herrenschmidt465ae642006-11-11 17:18:42 +110016};
17
18#endif /* _ASM_IA64_DEVICE_H */