linux/drivers/staging/rtl8712/usb_ops.c

// SPDX-License-Identifier: GPL-2.0
/******************************************************************************
 * usb_ops.c
 *
 * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
 * Linux device driver for RTL8192SU
 *
 * Modifications for inclusion into the Linux staging tree are
 * Copyright(c) 2010 Larry Finger. All rights reserved.
 *
 * Contact information:
 * WLAN FAE <[email protected]>
 * Larry Finger <[email protected]>
 *
 ******************************************************************************/

#define _HCI_OPS_C_

#include "osdep_service.h"
#include "drv_types.h"
#include "osdep_intf.h"
#include "usb_ops.h"
#include "recv_osdep.h"

static u8 usb_read8(struct intf_hdl *intfhdl, u32 addr)
{}

static u16 usb_read16(struct intf_hdl *intfhdl, u32 addr)
{}

static u32 usb_read32(struct intf_hdl *intfhdl, u32 addr)
{}

static void usb_write8(struct intf_hdl *intfhdl, u32 addr, u8 val)
{}

static void usb_write16(struct intf_hdl *intfhdl, u32 addr, u16 val)
{}

static void usb_write32(struct intf_hdl *intfhdl, u32 addr, u32 val)
{}

void r8712_usb_set_intf_option(u32 *option)
{}

static void usb_intf_hdl_init(u8 *priv)
{}

static void usb_intf_hdl_unload(u8 *priv)
{}

static void usb_intf_hdl_open(u8 *priv)
{}

static void usb_intf_hdl_close(u8 *priv)
{}

void r8712_usb_set_intf_funs(struct intf_hdl *intfhdl)
{}

void r8712_usb_set_intf_ops(struct _io_ops *ops)
{}