Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2015 Free Electrons
0004  * Copyright (C) 2015 NextThing Co
0005  *
0006  * Maxime Ripard <maxime.ripard@free-electrons.com>
0007  */
0008 
0009 #ifndef _SUN4I_RGB_H_
0010 #define _SUN4I_RGB_H_
0011 
0012 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon);
0013 
0014 #endif /* _SUN4I_RGB_H_ */