blob: 5d28657b4e5c78e3d5224a9467c1562d678cb8a5 [file] [log] [blame] [view]
<!--
Copyright 2023 The Fuchsia Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
DO NOT EDIT. Generated from FIDL library zx by zither, a Fuchsia platform tool.
See //docs/reference/syscalls/README.md#documentation-generation for
regeneration instructions.
-->
# zx_pc_firmware_tables
## Summary
TODO(fxbug.dev/32938)
## Declaration
```c
#include <zircon/syscalls.h>
zx_status_t zx_pc_firmware_tables(zx_handle_t handle,
zx_paddr_t* acpi_rsdp,
zx_paddr_t* smbios);
```
## Description
TODO(fxbug.dev/32938)
## Rights
*handle* must have resource kind **ZX_RSRC_KIND_ROOT**.
## Return value
TODO(fxbug.dev/32938)
## Errors
TODO(fxbug.dev/32938)
## See also
TODO(fxbug.dev/32938)