1# zx_pager_create
2
3## NAME
4
5<!-- Updated by update-docs-from-abigen, do not edit. -->
6
7pager_create - 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_pager_create(uint32_t options, zx_handle_t* out_pager);
17```
18
19## DESCRIPTION
20
21TODO(ZX-3106)
22
23## RIGHTS
24
25<!-- Updated by update-docs-from-abigen, do not edit. -->
26
27TODO(ZX-2399)
28
29## RETURN VALUE
30
31TODO(ZX-3106)
32
33## ERRORS
34
35TODO(ZX-3106)
36
37## SEE ALSO
38
39
40TODO(ZX-3106)
41