blob: b4db08baa079b87dbfbed5001d05d43b47db31c0 [file] [log] [blame]
// Copyright 2022 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.composite.test;
@discoverable
protocol Device {
GetNumber() -> (struct {
number uint32;
});
};