Function uacpi_for_each_table
uacpi_status uacpi_for_each_table(uacpi_table_iteration_callback, void * user)
Description
Iterate every installed table on the system.
The provided callback receives the information about each table in the 'info' pointer. A table may be mapped by client code if needed via uacpi_table_get_by_index(). Note that this is a low level helper that iterates every installed table, even tables that are unreachable via uacpi_table_find() etc. due to bad checksum.