summaryrefslogtreecommitdiff
path: root/include/ft_build.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-01-11 13:54:17 -0600
committerKumar Gala <galak@kernel.crashing.org>2006-01-11 13:54:17 -0600
commit4e2531378f03957d7306e940e0bc21de103f40d3 (patch)
tree05de404e5a779d16e933b8433d482fd41c289313 /include/ft_build.h
parente4f880eddde5406fc9dd1edf7e6a49422f3d8e7b (diff)
Allow board code to fixup the flat device tree before booting a
kernel Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'include/ft_build.h')
-rw-r--r--include/ft_build.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ft_build.h b/include/ft_build.h
index 9104b1a555..a276867c5d 100644
--- a/include/ft_build.h
+++ b/include/ft_build.h
@@ -63,4 +63,6 @@ void ft_dump_blob(const void *bphp);
void ft_merge_blob(struct ft_cxt *cxt, void *blob);
void *ft_get_prop(void *bphp, const char *propname, int *szp);
+void ft_board_setup(void *blob, bd_t *bd);
+
#endif