imx.h 330 B

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