/include/acpi/container.h
C Header | 12 lines | 9 code | 3 blank | 0 comment | 0 complexity | 79d8a2d35055c9e9bf53444cf9143f7a MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1#ifndef __ACPI_CONTAINER_H 2#define __ACPI_CONTAINER_H 3 4#include <linux/kernel.h> 5 6struct acpi_container { 7 acpi_handle handle; 8 unsigned long sun; 9 int state; 10}; 11 12#endif /* __ACPI_CONTAINER_H */