1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2018 BayLibre, SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
7 #ifndef __MESON_OVERLAY_H
8 #define __MESON_OVERLAY_H
10 #include "meson_drv.h"
12 int meson_overlay_create(struct meson_drm
*priv
);
14 #endif /* __MESON_OVERLAY_H */