/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _P2P_H_ #define _P2P_H_ void rpu_roc_complete_work(struct work_struct *work); int remain_on_channel(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_channel *channel, int duration, enum ieee80211_roc_type type); int cancel_remain_on_channel(struct ieee80211_hw *hw, struct ieee80211_vif *vif); #endif /* _P2P_H_*/