https://github.com/torvalds/linux
Raw File
Tip revision: 40ffbfad6bb79a99cc7627bdaca0ee22dec526f6 authored by Linus Torvalds on 01 September 2007, 06:08:24 UTC
Linux 2.6.23-rc5
Tip revision: 40ffbfa
container.h
#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 */
back to top