blob: f31dfa6ad849300bb21ee146cc2fe0cf7680ff70 [file] [log] [blame]
Neil Armstrongadd986c2018-07-24 17:45:28 +02001/* 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 */
11void meson_vpu_rsv_fb(void *fdt);
12
13#endif /* __MESON_VPU_H__ */