serial_core: Handle TIOC[GS]RS485 ioctls.
[linux-2.6/btrfs-unstable.git] / include / drm / drm_of.h
blob2441f7112074f79a4d1e16cda60fd26d3d1eca72
1 #ifndef __DRM_OF_H__
2 #define __DRM_OF_H__
4 struct drm_device;
5 struct device_node;
7 #ifdef CONFIG_OF
8 extern uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
9 struct device_node *port);
10 #else
11 static inline uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
12 struct device_node *port)
14 return 0;
16 #endif
18 #endif /* __DRM_OF_H__ */