mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-15 09:29:35 +00:00
9 lines
165 B
C
9 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
|