tilcdc_external.h 436 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2015 Texas Instruments
  4. * Author: Jyri Sarha <[email protected]>
  5. */
  6. #ifndef __TILCDC_EXTERNAL_H__
  7. #define __TILCDC_EXTERNAL_H__
  8. int tilcdc_add_component_encoder(struct drm_device *dev);
  9. int tilcdc_get_external_components(struct device *dev,
  10. struct component_match **match);
  11. int tilcdc_attach_external_device(struct drm_device *ddev);
  12. #endif /* __TILCDC_SLAVE_H__ */