Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.12-rc7 9 lines 163 B view raw
1/* mac802154 configuration hooks for cfg802154 2 */ 3 4#ifndef __CFG_H 5#define __CFG_H 6 7extern const struct cfg802154_ops mac802154_config_ops; 8 9#endif /* __CFG_H */