/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Texas Instruments * Author: Rob Clark */ #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__ */