blob: d41924f650b3fc94194f8296e4d3d2506c17a2ff [file] [log] [blame] [edit]
// Copyright 2020 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.
deprecated_syntax;
library fuchsia.kernel;
using zx;
/// Protocol for providing an SMC resource with access to all valid ranges.
[Discoverable]
protocol SmcResource {
/// Get the SMC resource handle.
Get() -> (zx.handle:RESOURCE smc_resource);
};