blob: f9aaf6911ffc9d2e1857fc8c53aa40447cf29485 [file] [log] [blame]
Thomas Gleixnercaab2772019-06-03 07:44:50 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Rob Clark16ea9752013-01-08 15:04:28 -06002/*
3 * Copyright (C) 2012 Texas Instruments
4 * Author: Rob Clark <robdclark@gmail.com>
Rob Clark16ea9752013-01-08 15:04:28 -06005 */
6
7#ifndef __TILCDC_TFP410_H__
8#define __TILCDC_TFP410_H__
9
10/* sub-module for tfp410 dvi adaptor */
11
12int tilcdc_tfp410_init(void);
13void tilcdc_tfp410_fini(void);
14
15#endif /* __TILCDC_TFP410_H__ */