Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Nikita Kiryanov | 033167c | 2015-02-03 13:32:31 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Simplefb device tree support |
| 4 | * |
| 5 | * (C) Copyright 2015 |
| 6 | * Stephen Warren <swarren@wwwdotorg.org> |
Nikita Kiryanov | 033167c | 2015-02-03 13:32:31 +0200 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef _FDT_SIMPLEFB_H_ |
| 10 | #define _FDT_SIMPLEFB_H_ |
Patrick Delaunay | fded97a | 2021-11-15 16:32:19 +0100 | [diff] [blame] | 11 | int fdt_simplefb_add_node(void *blob); |
| 12 | int fdt_simplefb_enable_existing_node(void *blob); |
Patrick Delaunay | 77debf6 | 2021-11-15 16:32:21 +0100 | [diff] [blame] | 13 | int fdt_simplefb_enable_and_mem_rsv(void *blob); |
Nikita Kiryanov | 033167c | 2015-02-03 13:32:31 +0200 | [diff] [blame] | 14 | #endif |