blob: d55c315f44d3512858297adcd33a4860e7ee8b52 [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.
#ifndef SRC_CONNECTIVITY_WLAN_DRIVERS_WLANPHY_DRIVER_H_
#define SRC_CONNECTIVITY_WLAN_DRIVERS_WLANPHY_DRIVER_H_
#include <lib/async/dispatcher.h>
#include <lib/ddk/device.h>
#include <zircon/compiler.h>
// Callbacks for wlanphy_driver_ops
__BEGIN_CDECLS
zx_status_t wlanphy_bind(void* ctx, zx_device_t* device);
__END_CDECLS
#endif // SRC_CONNECTIVITY_WLAN_DRIVERS_WLANPHY_DRIVER_H_