1
0
Fork 0
alistair23-linux/include/asm-x86/device.h

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 */