blob: 3bb089685500cf99fd068e1dec7e537ed317a455 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Alexander Aring1201cd22014-11-02 04:18:36 +01002/* mac802154 configuration hooks for cfg802154
3 */
4
5#ifndef __CFG_H
6#define __CFG_H
7
8extern const struct cfg802154_ops mac802154_config_ops;
9
10#endif /* __CFG_H */