xref: /linux/net/mac802154/cfg.h (revision e58e871becec2d3b04ed91c0c16fe8deac9c9dfa)
1 /* mac802154 configuration hooks for cfg802154
2  */
3 
4 #ifndef __CFG_H
5 #define __CFG_H
6 
7 extern const struct cfg802154_ops mac802154_config_ops;
8 
9 #endif /* __CFG_H */
10