linux/drivers/staging/rtl8712/rtl871x_eeprom.c

// SPDX-License-Identifier: GPL-2.0
/******************************************************************************
 * rtl871x_eeprom.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 _RTL871X_EEPROM_C_

#include "osdep_service.h"
#include "drv_types.h"

static void up_clk(struct _adapter *padapter, u16 *x)
{}

static void down_clk(struct _adapter *padapter, u16 *x)
{}

static void shift_out_bits(struct _adapter *padapter, u16 data, u16 count)
{}

static u16 shift_in_bits(struct _adapter *padapter)
{}

static void standby(struct _adapter *padapter)
{}

static u16 wait_eeprom_cmd_done(struct _adapter *padapter)
{}

static void eeprom_clean(struct _adapter *padapter)
{}

void r8712_eeprom_write16(struct _adapter *padapter, u16 reg, u16 data)
{}

u16 r8712_eeprom_read16(struct _adapter *padapter, u16 reg) /*ReadEEprom*/
{}