xref: /openbmc/linux/net/mac802154/cfg.h (revision b2441318)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
21201cd22SAlexander Aring /* mac802154 configuration hooks for cfg802154
31201cd22SAlexander Aring  */
41201cd22SAlexander Aring 
51201cd22SAlexander Aring #ifndef __CFG_H
61201cd22SAlexander Aring #define __CFG_H
71201cd22SAlexander Aring 
81201cd22SAlexander Aring extern const struct cfg802154_ops mac802154_config_ops;
91201cd22SAlexander Aring 
101201cd22SAlexander Aring #endif /* __CFG_H */
11