container.h 198 B

12345678910111213
  1. #ifndef __ACPI_CONTAINER_H
  2. #define __ACPI_CONTAINER_H
  3. #include <linux/kernel.h>
  4. struct acpi_container {
  5. acpi_handle handle;
  6. unsigned long sun;
  7. int state;
  8. };
  9. #endif /* __ACPI_CONTAINER_H */