/include/acpi/container.h

https://bitbucket.org/cyanogenmod/android_kernel_asus_tf300t · C Header · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · 79d8a2d35055c9e9bf53444cf9143f7a MD5 · raw file

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