mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 16:05:12 +07: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 */
|