]> Git Repo - linux.git/blob - drivers/gpu/drm/meson/meson_plane.h
Merge tag 'docs-4.11' of git://git.lwn.net/linux
[linux.git] / drivers / gpu / drm / meson / meson_plane.h
1 /*
2  * Copyright (C) 2016 BayLibre, SAS
3  * Author: Neil Armstrong <[email protected]>
4  * Copyright (C) 2014 Endless Mobile
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; either version 2 of the
9  * License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, see <http://www.gnu.org/licenses/>.
18  *
19  * Written by:
20  *     Jasper St. Pierre <[email protected]>
21  */
22
23 #ifndef __MESON_PLANE_H
24 #define __MESON_PLANE_H
25
26 #include "meson_drv.h"
27
28 int meson_plane_create(struct meson_drm *priv);
29
30 #endif /* __MESON_PLANE_H */
This page took 0.036393 seconds and 4 git commands to generate.