blob: 7e5472359127408df34c55232cf48eeb3388a6c6 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Nikita Kiryanov033167c2015-02-03 13:32:31 +02002/*
3 * Simplefb device tree support
4 *
5 * (C) Copyright 2015
6 * Stephen Warren <swarren@wwwdotorg.org>
Nikita Kiryanov033167c2015-02-03 13:32:31 +02007 */
8
9#ifndef _FDT_SIMPLEFB_H_
10#define _FDT_SIMPLEFB_H_
Patrick Delaunayfded97a2021-11-15 16:32:19 +010011int fdt_simplefb_add_node(void *blob);
12int fdt_simplefb_enable_existing_node(void *blob);
Nikita Kiryanov033167c2015-02-03 13:32:31 +020013#endif