treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[linux-2.6-block.git] / drivers / gpu / drm / tilcdc / tilcdc_tfp410.h
CommitLineData
caab277b 1/* SPDX-License-Identifier: GPL-2.0-only */
16ea975e
RC
2/*
3 * Copyright (C) 2012 Texas Instruments
4 * Author: Rob Clark <robdclark@gmail.com>
16ea975e
RC
5 */
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__ */