diff options
Diffstat (limited to 'include/linux/of.h')
-rw-r--r-- | include/linux/of.h | 2 |
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); |
325 | extern int of_device_is_compatible(const struct device_node *device, | 325 | extern int of_device_is_compatible(const struct device_node *device, |
326 | const char *); | 326 | const char *); |
327 | extern int of_device_compatible_match(struct device_node *device, | ||
328 | const char *const *compat); | ||
327 | extern bool of_device_is_available(const struct device_node *device); | 329 | extern bool of_device_is_available(const struct device_node *device); |
328 | extern bool of_device_is_big_endian(const struct device_node *device); | 330 | extern bool of_device_is_big_endian(const struct device_node *device); |
329 | extern const void *of_get_property(const struct device_node *node, | 331 | extern const void *of_get_property(const struct device_node *node, |