blob: eb909e66e5d6871a0a602cc37297456ee1be6a2b (
plain)
1
2
3
4
5
6
7
|
# Copyright 2022 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
include <zircon/syscalls.h>
zx_eventpair_create(options int32, out0 ptr[out, zx_handle], out1 ptr[out, zx_handle])
zx_eventpair_create$VALID_OPTIONS(options const[0], out0 ptr[out, zx_handle], out1 ptr[out, zx_handle])
|