mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-15 01:19:36 +00:00
6fa9ed423c
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
8 lines
165 B
C
8 lines
165 B
C
#ifndef __INC_HAL8723BWIFIONLYHWCFG_H
|
|
#define __INC_HAL8723BWIFIONLYHWCFG_H
|
|
|
|
VOID
|
|
ex_hal8723b_wifi_only_hw_config(
|
|
IN struct wifi_only_cfg *pwifionlycfg
|
|
);
|
|
#endif
|