Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
cp-linux
/
8d8f6542b666daf5e87de156590e635c2c4da0c0
/
.
/
net
/
mac802154
/
cfg.h
blob: e2718f981e82d81be46edbda37f5ce2fb6d1b8d2 [
file
] [
log
] [
blame
]
Kyle Swenson
8d8f654
2021-03-15 11:02:55 -0600
[
diff
] [
blame^
]
1
/* mac802154 configuration hooks for cfg802154
2
*/
3
4
#ifndef
__CFG_H
5
#define
__CFG_H
6
7
extern
const
struct
cfg802154_ops mac802154_config_ops
;
8
9
#endif
/* __CFG_H */