root/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /*
   3  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
   4  *
   5  * Based on the r8180 driver, which is:
   6  * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
   7  *
   8  * Contact Information: wlanfae <wlanfae@realtek.com>
   9  */
  10 #define EPROM_DELAY 10
  11 
  12 u32 rtl92e_eeprom_read(struct net_device *dev, u32 addr);

/* [<][>][^][v][top][bottom][index][help] */