https://github.com/torvalds/linux
Raw File
Tip revision: e67572cd2204894179d89bd7b984072f19313b03 authored by Linus Torvalds on 28 April 2024, 20:47:24 UTC
Linux 6.9-rc6
Tip revision: e67572c
cfg.h
/* SPDX-License-Identifier: GPL-2.0 */
/* mac802154 configuration hooks for cfg802154
 */

#ifndef __CFG_H
#define __CFG_H

extern const struct cfg802154_ops mac802154_config_ops;

#endif /* __CFG_H */
back to top