xref: /openbmc/linux/drivers/gpu/drm/sun4i/sun4i_rgb.h (revision b9c8506c)
129e57fabSMaxime Ripard /*
229e57fabSMaxime Ripard  * Copyright (C) 2015 Free Electrons
329e57fabSMaxime Ripard  * Copyright (C) 2015 NextThing Co
429e57fabSMaxime Ripard  *
529e57fabSMaxime Ripard  * Maxime Ripard <maxime.ripard@free-electrons.com>
629e57fabSMaxime Ripard  *
729e57fabSMaxime Ripard  * This program is free software; you can redistribute it and/or
829e57fabSMaxime Ripard  * modify it under the terms of the GNU General Public License as
929e57fabSMaxime Ripard  * published by the Free Software Foundation; either version 2 of
1029e57fabSMaxime Ripard  * the License, or (at your option) any later version.
1129e57fabSMaxime Ripard  */
1229e57fabSMaxime Ripard 
1329e57fabSMaxime Ripard #ifndef _SUN4I_RGB_H_
1429e57fabSMaxime Ripard #define _SUN4I_RGB_H_
1529e57fabSMaxime Ripard 
16b9c8506cSChen-Yu Tsai int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon);
1729e57fabSMaxime Ripard 
1829e57fabSMaxime Ripard #endif /* _SUN4I_RGB_H_ */
19