1# zx_pc_firmware_tables 2 3## NAME 4 5<!-- Updated by update-docs-from-abigen, do not edit. --> 6 7pc_firmware_tables - TODO(ZX-3106) 8 9## SYNOPSIS 10 11<!-- Updated by update-docs-from-abigen, do not edit. --> 12 13``` 14#include <zircon/syscalls.h> 15 16zx_status_t zx_pc_firmware_tables(zx_handle_t handle, 17 zx_paddr_t* acpi_rsdp, 18 zx_paddr_t* smbios); 19``` 20 21## DESCRIPTION 22 23TODO(ZX-3106) 24 25## RIGHTS 26 27<!-- Updated by update-docs-from-abigen, do not edit. --> 28 29*handle* must have resource kind **ZX_RSRC_KIND_ROOT**. 30 31## RETURN VALUE 32 33TODO(ZX-3106) 34 35## ERRORS 36 37TODO(ZX-3106) 38 39## SEE ALSO 40 41 42TODO(ZX-3106) 43