brintos

brintos / linux-shallow public Read only

0
0
Text · 436 B · fb44766 Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (C) 2015 Texas Instruments4 * Author: Jyri Sarha <jsarha@ti.com>5 */6 7#ifndef __TILCDC_EXTERNAL_H__8#define __TILCDC_EXTERNAL_H__9 10int tilcdc_add_component_encoder(struct drm_device *dev);11int tilcdc_get_external_components(struct device *dev,12				   struct component_match **match);13int tilcdc_attach_external_device(struct drm_device *ddev);14#endif /* __TILCDC_SLAVE_H__ */15