xref: /openbmc/linux/net/mac802154/cfg.h (revision 1201cd22)
11201cd22SAlexander Aring /* mac802154 configuration hooks for cfg802154
21201cd22SAlexander Aring  */
31201cd22SAlexander Aring 
41201cd22SAlexander Aring #ifndef __CFG_H
51201cd22SAlexander Aring #define __CFG_H
61201cd22SAlexander Aring 
71201cd22SAlexander Aring extern const struct cfg802154_ops mac802154_config_ops;
81201cd22SAlexander Aring 
91201cd22SAlexander Aring #endif /* __CFG_H */
10