device.h 156 B

12345678910
  1. #ifndef _ASM_X86_DEVICE_H
  2. #define _ASM_X86_DEVICE_H
  3. struct dev_archdata {
  4. #ifdef CONFIG_ACPI
  5. void *acpi_handle;
  6. #endif
  7. };
  8. #endif /* _ASM_X86_DEVICE_H */