1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Simplefb device tree support
4 *
5 * (C) Copyright 2015
6 * Stephen Warren <swarren@wwwdotorg.org>
7 */
8
9#ifndef _FDT_SIMPLEFB_H_
10#define _FDT_SIMPLEFB_H_
11int fdt_simplefb_add_node(void *blob);
12int fdt_simplefb_enable_and_mem_rsv(void *blob);
13#endif
14