meson-vpu.h 299 B

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