]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/fdt_simplefb.h
colibri_vf: set fdtfile for distroboot
[thirdparty/u-boot.git] / include / fdt_simplefb.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
033167c4
NK
2/*
3 * Simplefb device tree support
4 *
5 * (C) Copyright 2015
6 * Stephen Warren <swarren@wwwdotorg.org>
033167c4
NK
7 */
8
9#ifndef _FDT_SIMPLEFB_H_
10#define _FDT_SIMPLEFB_H_
11int lcd_dt_simplefb_add_node(void *blob);
12int lcd_dt_simplefb_enable_existing_node(void *blob);
13#endif