mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
003a46cfff
Scripted unification. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
11 lines
156 B
C
11 lines
156 B
C
#ifndef _ASM_X86_DEVICE_H
|
|
#define _ASM_X86_DEVICE_H
|
|
|
|
struct dev_archdata {
|
|
#ifdef CONFIG_ACPI
|
|
void *acpi_handle;
|
|
#endif
|
|
};
|
|
|
|
#endif /* _ASM_X86_DEVICE_H */
|