net: wireless: rockchip_wlan: add rtl8723cs support
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8723cs / include / rtw_wifi_regd.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2009-2010  Realtek Corporation.
4  *
5  *****************************************************************************/
6
7 #ifndef __RTW_WIFI_REGD_H__
8 #define __RTW_WIFI_REGD_H__
9
10 struct country_code_to_enum_rd {
11         u16 countrycode;
12         const char *iso_name;
13 };
14
15 enum country_code_type_t {
16         COUNTRY_CODE_USER = 0,
17
18         /*add new channel plan above this line */
19         COUNTRY_CODE_MAX
20 };
21
22 int rtw_regd_init(_adapter *padapter);
23 void rtw_reg_notify_by_driver(_adapter *adapter);
24
25 #endif /* __RTW_WIFI_REGD_H__ */