summaryrefslogtreecommitdiff
path: root/net/mac802154/cfg.h
blob: e2718f981e82d81be46edbda37f5ce2fb6d1b8d2 (plain)
1
2
3
4
5
6
7
8
9
/* mac802154 configuration hooks for cfg802154
 */

#ifndef __CFG_H
#define __CFG_H

extern const struct cfg802154_ops mac802154_config_ops;

#endif /* __CFG_H */
pt>
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2014-05-25 23:50:39 +0400
committerMark Brown <broonie@linaro.org>2014-05-26 16:19:36 +0100
commit4127f696f9641afac8b8a05b9dd3dae48d384e08 (patch)
treecc89d3a5f95f1c0ec3afe0f3cad675c103b5682c /include
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff)
regulator: fixed: use of_property_read_{bool|u32}()
Use more compact of_property_read_{bool|u32}() calls instead of the of_{find|get}_property() calls. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include')