blob: c32bafb05c6b6ee40fb2e5a8ee66571b7c643b21 [file] [log] [blame]
// Copyright 2021 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.
library fuchsia.hardware.goldfish.sync;
using zx;
[Layout = "ddk-protocol"]
protocol GoldfishSync {
CreateTimeline(handle<channel> timeline_req) -> (zx.status s);
};