/* 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__ */ |