aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/of.h')
-rw-r--r--include/linux/of.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/of.h b/include/linux/of.h
index 15c43f076b23..eb8d4b4c5dfc 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -324,6 +324,8 @@ extern int of_property_read_string_helper(const struct device_node *np,
324 const char **out_strs, size_t sz, int index); 324 const char **out_strs, size_t sz, int index);
325extern int of_device_is_compatible(const struct device_node *device, 325extern int of_device_is_compatible(const struct device_node *device,
326 const char *); 326 const char *);
327extern int of_device_compatible_match(struct device_node *device,
328 const char *const *compat);
327extern bool of_device_is_available(const struct device_node *device); 329extern bool of_device_is_available(const struct device_node *device);
328extern bool of_device_is_big_endian(const struct device_node *device); 330extern bool of_device_is_big_endian(const struct device_node *device);
329extern const void *of_get_property(const struct device_node *node, 331extern const void *of_get_property(const struct device_node *node,