blob: 666fb38adba538b1c3ebdacb45c02640b8ad1a0e [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_vmo_create_contiguous
## SUMMARY
TODO(https://fxbug.dev/42108078)
## Declaration
```c
#include <zircon/syscalls.h>
zx_status_t zx_vmo_create_contiguous(zx_handle_t bti,
size_t size,
uint32_t alignment_log2,
zx_handle_t* out);
```
## Description
TODO(https://fxbug.dev/42108078)
## Rights
*bti* must be of type `ZX_OBJ_TYPE_BTI` and have `ZX_RIGHT_MAP`.
## Return value
TODO(https://fxbug.dev/42108078)
## Errors
TODO(https://fxbug.dev/42108078)
## See also
TODO(https://fxbug.dev/42108078)