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 11 void rtw_regd_init(struct wiphy *wiphy, 12 void (*reg_notifier)(struct wiphy *wiphy, 13 struct regulatory_request *request)); 14 void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request); 15 16 17 #endif 18