1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Simplefb device tree support
6 * Stephen Warren <swarren@wwwdotorg.org>
9 #ifndef _FDT_SIMPLEFB_H_
10 #define _FDT_SIMPLEFB_H_
11 int lcd_dt_simplefb_add_node(void *blob);
12 int lcd_dt_simplefb_enable_existing_node(void *blob);