diff options
Diffstat (limited to 'include/asm-i386/device.h')
| -rw-r--r-- | include/asm-i386/device.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/asm-i386/device.h b/include/asm-i386/device.h index d8f9872b0e2d..849604c70e6b 100644 --- a/include/asm-i386/device.h +++ b/include/asm-i386/device.h | |||
| @@ -3,5 +3,13 @@ | |||
| 3 | * | 3 | * |
| 4 | * This file is released under the GPLv2 | 4 | * This file is released under the GPLv2 |
| 5 | */ | 5 | */ |
| 6 | #include <asm-generic/device.h> | 6 | #ifndef _ASM_I386_DEVICE_H |
| 7 | #define _ASM_I386_DEVICE_H | ||
| 7 | 8 | ||
| 9 | struct dev_archdata { | ||
| 10 | #ifdef CONFIG_ACPI | ||
| 11 | void *acpi_handle; | ||
| 12 | #endif | ||
| 13 | }; | ||
| 14 | |||
| 15 | #endif /* _ASM_I386_DEVICE_H */ | ||
