1/* SPDX-License-Identifier: GPL-2.0 */
2/******************************************************************************
3 *
4 * Copyright(c) 2009-2010 Realtek Corporation.
5 *
6 *****************************************************************************/
7
8#ifndef __RTW_WIFI_REGD_H__
9#define __RTW_WIFI_REGD_H__
10
11void rtw_regd_init(struct wiphy *wiphy,
12 void (*reg_notifier)(struct wiphy *wiphy,
13 struct regulatory_request *request));
14void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request);
15
16
17#endif
18

source code of linux/drivers/staging/rtl8723bs/include/rtw_wifi_regd.h