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