1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016 BayLibre, SAS
4  * Author: Maxime Jourdan <mjourdan@baylibre.com>
5  */
6 
7 #ifndef __MESON_VPU_H__
8 #define __MESON_VPU_H__
9 
10 /* Allow reserving the framebuffer memory region */
11 void meson_vpu_rsv_fb(void *fdt);
12 
13 #endif /* __MESON_VPU_H__ */
14