]> Git Repo - linux.git/blob - drivers/gpu/drm/meson/meson_overlay.h
Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal...
[linux.git] / drivers / gpu / drm / meson / meson_overlay.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2018 BayLibre, SAS
4  * Author: Neil Armstrong <[email protected]>
5  */
6
7 #ifndef __MESON_OVERLAY_H
8 #define __MESON_OVERLAY_H
9
10 #include "meson_drv.h"
11
12 int meson_overlay_create(struct meson_drm *priv);
13
14 #endif /* __MESON_OVERLAY_H */
This page took 0.03367 seconds and 4 git commands to generate.