xref: /linux/drivers/gpu/drm/tilcdc/tilcdc_encoder.h (revision 7a5f1cd22d47f8ca4b760b6334378ae42c1bd24b)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2015 Texas Instruments
4  * Author: Jyri Sarha <jsarha@ti.com>
5  */
6 
7 #ifndef __TILCDC_EXTERNAL_H__
8 #define __TILCDC_EXTERNAL_H__
9 
10 int tilcdc_encoder_create(struct drm_device *ddev);
11 #endif /* __TILCDC_SLAVE_H__ */
12