M7350/kernel/net/mac80211/cfg.h

10 lines
161 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
/*
* mac80211 configuration hooks for cfg80211
*/
#ifndef __CFG_H
#define __CFG_H
2024-09-09 08:57:42 +00:00
extern const struct cfg80211_ops mac80211_config_ops;
2024-09-09 08:52:07 +00:00
#endif /* __CFG_H */