URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [acpi/] [container.h] - Rev 62
Compare with Previous | Blame | View Log
#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 */