xref: /rk3399_rockchip-uboot/include/fdt_simplefb.h (revision 03f0e4c7cd316a4b0b68776e39865ccf60a883a6)
1 /*
2  * Simplefb device tree support
3  *
4  * (C) Copyright 2015
5  * Stephen Warren <swarren@wwwdotorg.org>
6  *
7  * SPDX-License-Identifier:	GPL-2.0+
8  */
9 
10 #ifndef _FDT_SIMPLEFB_H_
11 #define _FDT_SIMPLEFB_H_
12 int lcd_dt_simplefb_add_node(void *blob);
13 int lcd_dt_simplefb_enable_existing_node(void *blob);
14 #endif
15