blob: 3db6daf7f25125dc36e45ff6cb4e360be3d399f3 [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
13};
14
15#endif /* _ASM_IA64_DEVICE_H */