mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-27 14:38:53 +00:00
11 lines
298 B
C
11 lines
298 B
C
#ifndef _AICWF_COMPAT_8800DC_H_
|
|
#define _AICWF_COMPAT_8800DC_H_
|
|
|
|
#include "rwnx_defs.h"
|
|
|
|
void aicwf_patch_wifi_setting_8800dc(struct rwnx_hw *rwnx_hw);
|
|
void aicwf_patch_config_8800dc(struct rwnx_hw *rwnx_hw);
|
|
int system_config_8800dc(struct rwnx_hw *rwnx_hw);
|
|
|
|
#endif /* _AICWF_COMPAT_8800DC_H_ */
|