summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_tfp410.h
blob: f9aaf6911ffc9d2e1857fc8c53aa40447cf29485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2012 Texas Instruments
 * Author: Rob Clark <robdclark@gmail.com>
 */

#ifndef __TILCDC_TFP410_H__
#define __TILCDC_TFP410_H__

/* sub-module for tfp410 dvi adaptor */

int tilcdc_tfp410_init(void);
void tilcdc_tfp410_fini(void);

#endif /* __TILCDC_TFP410_H__ */