blob: 5a90fc70b22818fb3812e5ccf3cde7afd2c588f1 [file] [log] [blame] [edit]
// Copyright 2018 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.gpu.clock;
using zx;
closed protocol Clock {
strict SetFrequencySource(struct {
source uint32;
}) -> (struct {
s zx.Status;
});
};