blob: 096ca2614a8c31353fd093193b740fe575507d27 [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;
closed protocol Device {
strict GetChannel() -> (resource struct {
ch zx.Handle:CHANNEL;
});
};