blob: eade59843a4f1d8285d47a8a9221ef9bd1996ace [file] [view] [edit]
<!-- Generated by zircon/scripts/update-docs-from-fidl, do not edit! -->
# zx_vmo_create_contiguous
## SUMMARY
TODO(fxbug.dev/32938)
## 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(fxbug.dev/32938)
## Rights
*bti* must be of type **ZX_OBJ_TYPE_BTI** and have **ZX_RIGHT_MAP**.
## Return value
TODO(fxbug.dev/32938)
## Errors
TODO(fxbug.dev/32938)
## See also
TODO(fxbug.dev/32938)