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