rt-thread/bsp/amebaz/drivers/wlan/drv_wifi.h

18 lines
317 B
C
Raw Normal View History

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__
int rthw_wifi_low_init(void);
2018-06-14 10:34:31 +08:00
#endif /* __DRV_WIFI_H__ */