]> Git Repo - J-u-boot.git/blob - include/fdt_simplefb.h
Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u...
[J-u-boot.git] / include / fdt_simplefb.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Simplefb device tree support
4  *
5  * (C) Copyright 2015
6  * Stephen Warren <[email protected]>
7  */
8
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);
13 #endif
This page took 0.026642 seconds and 4 git commands to generate.