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_FRAMEBUFFER_H_
0010 #define _SUN4I_FRAMEBUFFER_H_
0011 
0012 void sun4i_framebuffer_init(struct drm_device *drm);
0013 
0014 #endif /* _SUN4I_FRAMEBUFFER_H_ */