blob: 622bdd70e9c6adde20d5dcfde5aa85b54ad0c3c1 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// !!! THIS FILE IS NOT YET USED !!!
// See //zircon/system/public/zircon/syscalls.banjo.
// !!! THIS FILE IS NOT YET USED !!!
library zz;
[Transport="Syscall"]
protocol Event {
/// Create an event.
[Out1="handle<event>:acquire"]
Create(uint32 options) -> (status status, handle<event> out);
};