2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 03:33:58 +08:00
linux-next/net/mac80211/cfg.h

10 lines
161 B
C
Raw Normal View History

/*
* mac80211 configuration hooks for cfg80211
*/
#ifndef __CFG_H
#define __CFG_H
extern const struct cfg80211_ops mac80211_config_ops;
#endif /* __CFG_H */