Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Copyright (C) 2018 BayLibre, SAS
0004  * Author: Neil Armstrong <narmstrong@baylibre.com>
0005  */
0006 
0007 #ifndef __MESON_OVERLAY_H
0008 #define __MESON_OVERLAY_H
0009 
0010 #include "meson_drv.h"
0011 
0012 int meson_overlay_create(struct meson_drm *priv);
0013 
0014 #endif /* __MESON_OVERLAY_H */