get_table
status_t (*get_table)(const char *signature, uint32 instance,
status_t (*get_table)(struct ext_mime **table);
status_t (*get_table)(const char *signature, uint32 instance,
status_t get_table(const char* signature, uint32 instance, void** tableHeader);
get_table,
get_table
CHECK_RET(acpiModule->get_table(ACPI_MCFG_SIGNATURE, 0, (void**)&mcfg));
status = acpiModule->get_table("VFCT", 0, (void**)&vfct);
status = sAcpi->get_table(ACPI_HPET_SIGNATURE, 0,
get_table,
if (acpiModule->get_table(ACPI_SIG_MADT, 0, (void**)&madt) != B_OK) {