blob: a208ca39b63a57a3d4cd0a60c4800de6107a606a [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.wlanphy;
[Transport = "Banjo", BanjoLayout = "ddk-protocol"]
protocol Wlanphy {
/// No operations at the present. One dummy operation is provided to pad the protocol struct.
Dummy() -> ();
};