zx_pc_firmware_tables

总结

TODO(https://fxbug.dev/42108078)

声明

#include <zircon/syscalls.h>

zx_status_t zx_pc_firmware_tables(zx_handle_t handle,
                                  zx_paddr_t* acpi_rsdp,
                                  zx_paddr_t* smbios);

说明

TODO(https://fxbug.dev/42108078)

权限

handle 必须具有资源种类 ZX_RSRC_KIND_MMIO

返回值

TODO(https://fxbug.dev/42108078)

错误

TODO(https://fxbug.dev/42108078)

另请参阅

TODO(https://fxbug.dev/42108078)