summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fdt_simplefb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdt_simplefb.h b/include/fdt_simplefb.h
index 7e547235912..41cd740ac05 100644
--- a/include/fdt_simplefb.h
+++ b/include/fdt_simplefb.h
@@ -10,4 +10,5 @@
#define _FDT_SIMPLEFB_H_
int fdt_simplefb_add_node(void *blob);
int fdt_simplefb_enable_existing_node(void *blob);
+int fdt_simplefb_enable_and_mem_rsv(void *blob);
#endif