Files
linux/include/acpi/container.h
T

13 lines
198 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef __ACPI_CONTAINER_H
#define __ACPI_CONTAINER_H
#include <linux/kernel.h>
struct acpi_container {
acpi_handle handle;
unsigned long sun;
int state;
};
2005-08-05 00:44:28 -04:00
#endif /* __ACPI_CONTAINER_H */