blob: 9b9d02c2289173e1dff8df756a4d08ab46c85167 (
plain)
1
2
3
4
5
6
7
|
# Copyright 2017 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_event_create(options int32, out ptr[out, zx_handle])
zx_event_create$VALID_OPTIONS(options const[0], out ptr[out, zx_handle])
|