blob: d9ee5e52e91b28b9418c5a0ad61ff291ea0d51c9 [file] [log] [blame]
Thomas Gleixner003a46c2007-10-15 13:57:47 +02001#ifndef _ASM_X86_DEVICE_H
2#define _ASM_X86_DEVICE_H
3
4struct dev_archdata {
5#ifdef CONFIG_ACPI
6 void *acpi_handle;
Thomas Gleixner96a388d2007-10-11 11:20:03 +02007#endif
Thomas Gleixner003a46c2007-10-15 13:57:47 +02008};
9
10#endif /* _ASM_X86_DEVICE_H */