Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2016 BayLibre, SAS
0004  * Author: Neil Armstrong <narmstrong@baylibre.com>
0005  * Copyright (C) 2014 Endless Mobile
0006  *
0007  * Written by:
0008  *     Jasper St. Pierre <jstpierre@mecheye.net>
0009  */
0010 
0011 #ifndef __MESON_PLANE_H
0012 #define __MESON_PLANE_H
0013 
0014 #include "meson_drv.h"
0015 
0016 int meson_plane_create(struct meson_drm *priv);
0017 
0018 #endif /* __MESON_PLANE_H */