/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
- #ifndef __ACPI_CONTAINER_H
- #define __ACPI_CONTAINER_H
- #include <linux/kernel.h>
- struct acpi_container {
- acpi_handle handle;
- unsigned long sun;
- int state;
- };
- #endif /* __ACPI_CONTAINER_H */