blob: b28d5c5aa0a018ef5dc39be6af0aa98e8686c905 [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.
library fuchsia.hardware.test;
using zx;
[ForDeprecatedCBindings]
protocol Device {
GetChannel() -> (zx.handle:CHANNEL ch);
};