1# Copyright 2017 syzkaller project authors. All rights reserved. 2# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4include <zircon/syscalls.h> 5 6resource zx_event[zx_handle] 7 8zx_event_create(options const[0], out ptr[out, zx_event]) 9zx_eventpair_create(options const[0], out0 ptr[out, zx_event], out1 ptr[out, zx_event]) 10