Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/* 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__ */