Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003  * Copyright (C) 2017 Free Electrons
0004  * Maxime Ripard <maxime.ripard@free-electrons.com>
0005  */
0006 
0007 #ifndef _SUN4I_LVDS_H_
0008 #define _SUN4I_LVDS_H_
0009 
0010 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon);
0011 
0012 #endif /* _SUN4I_LVDS_H_ */