]> Git Repo - J-u-boot.git/blame - include/fdt_simplefb.h
configs: zynqmp_kria: Enable the USB onboard hub
[J-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 <[email protected]>
033167c4
NK
7 */
8
9#ifndef _FDT_SIMPLEFB_H_
10#define _FDT_SIMPLEFB_H_
fded97ad 11int fdt_simplefb_add_node(void *blob);
77debf61 12int fdt_simplefb_enable_and_mem_rsv(void *blob);
033167c4 13#endif
This page took 0.455052 seconds and 4 git commands to generate.