Files
linux-stable-mirror/include/asm-x86/device.h
T
2007-10-17 20:17:10 +02:00

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