xref: /linux/include/drm/bridge/imx.h (revision cc3e8a216d6b817c509e1e1a3700055d178e04f8)
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2012 Sascha Hauer, Pengutronix
4  */
5 
6 #ifndef DRM_IMX_BRIDGE_H
7 #define DRM_IMX_BRIDGE_H
8 
9 struct drm_bridge *devm_imx_drm_legacy_bridge(struct device *dev,
10 					      struct device_node *np,
11 					      int type);
12 
13 #endif
14