|
@@ -324,6 +324,8 @@ extern int of_property_read_string_helper(const struct device_node *np,
|
|
const char **out_strs, size_t sz, int index);
|
|
const char **out_strs, size_t sz, int index);
|
|
extern int of_device_is_compatible(const struct device_node *device,
|
|
extern int of_device_is_compatible(const struct device_node *device,
|
|
const char *);
|
|
const char *);
|
|
|
|
+extern int of_device_compatible_match(struct device_node *device,
|
|
|
|
+ const char *const *compat);
|
|
extern bool of_device_is_available(const struct device_node *device);
|
|
extern bool of_device_is_available(const struct device_node *device);
|
|
extern bool of_device_is_big_endian(const struct device_node *device);
|
|
extern bool of_device_is_big_endian(const struct device_node *device);
|
|
extern const void *of_get_property(const struct device_node *node,
|
|
extern const void *of_get_property(const struct device_node *node,
|