cfg.h 163 B

123456789
  1. /* mac802154 configuration hooks for cfg802154
  2. */
  3. #ifndef __CFG_H
  4. #define __CFG_H
  5. extern const struct cfg802154_ops mac802154_config_ops;
  6. #endif /* __CFG_H */