#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 */
您还没有登录,登录后您可以:
首次使用?从这里 注册