]> Git Repo - J-u-boot.git/blame - include/fdt_simplefb.h
dm: core: Add flags parameter to device_remove()
[J-u-boot.git] / include / fdt_simplefb.h
CommitLineData
033167c4
NK
1/*
2 * Simplefb device tree support
3 *
4 * (C) Copyright 2015
5 * Stephen Warren <[email protected]>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef _FDT_SIMPLEFB_H_
11#define _FDT_SIMPLEFB_H_
12int lcd_dt_simplefb_add_node(void *blob);
13int lcd_dt_simplefb_enable_existing_node(void *blob);
14#endif
This page took 0.213878 seconds and 4 git commands to generate.