Updated ACPICA to 20101013 from 20100428. See http://www.acpica.org/download/changes.txt for changes.
Embedded Controller still needs some looking into, and I had to remove the WIP code for dumping MADT. Both are on my TODO. Also removed a lot of unneeded parts of ACPICA from trunk and did some cleanup in Jamfile. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39565 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -168,8 +168,7 @@ struct acpi_module_info {
|
||||
|
||||
/* GPE Handler */
|
||||
|
||||
status_t (*enable_gpe)(acpi_handle handle, uint32 gpeNumber,
|
||||
uint32 flags);
|
||||
status_t (*enable_gpe)(acpi_handle handle, uint32 gpeNumber);
|
||||
status_t (*set_gpe)(acpi_handle handle, uint32 gpeNumber,
|
||||
uint8 action);
|
||||
status_t (*install_gpe_handler)(acpi_handle handle, uint32 gpeNumber,
|
||||
|
||||
Reference in New Issue
Block a user