2018-06-14 10:34:31 +08:00
|
|
|
/*
|
2021-03-29 07:25:10 +08:00
|
|
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
2018-06-14 10:34:31 +08:00
|
|
|
*
|
2021-03-29 07:25:10 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2018-06-14 10:34:31 +08:00
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2017-5-30 Bernard the first version
|
|
|
|
*/
|
2021-03-29 07:25:10 +08:00
|
|
|
|
2018-06-14 10:34:31 +08:00
|
|
|
#ifndef __DRV_WIFI_H__
|
|
|
|
#define __DRV_WIFI_H__
|
|
|
|
|
2018-10-19 16:45:41 +08:00
|
|
|
int rthw_wifi_low_init(void);
|
|
|
|
|
2018-06-14 10:34:31 +08:00
|
|
|
#endif /* __DRV_WIFI_H__ */
|
|
|
|
|