root/drivers/staging/rtl8723bs/hal/odm_PathDiv.h

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /******************************************************************************
   3  *
   4  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
   5  *
   6  ******************************************************************************/
   7 
   8 #ifndef __ODMPATHDIV_H__
   9 #define    __ODMPATHDIV_H__
  10 
  11 void
  12 odm_PathDiversityInit(
  13         void *pDM_VOID
  14         );
  15 
  16 void
  17 odm_PathDiversity(
  18         void *pDM_VOID
  19         );
  20 
  21  #endif          /* ifndef  __ODMPATHDIV_H__ */

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