xref: /openbsd/sys/dev/pci/drm/include/drm/drm_of.h (revision 9ea232b5)
1 /* Public domain. */
2 
3 #ifndef _DRM_DRM_OF_H
4 #define _DRM_DRM_OF_H
5 
6 struct component_match;
7 
8 void drm_of_component_match_add(struct device *, struct component_match **,
9     int (*)(struct device *, void *), struct device_node *);
10 
11 #endif
12