summaryrefslogtreecommitdiff
path: root/board.h
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2009-02-08 18:31:40 +0100
committerSegher Boessenkool <segher@kernel.crashing.org>2009-02-08 18:31:40 +0100
commitbde51c0f72cd9ed3b2c5f1bfa2c19041e8ebae4d (patch)
treee97e3c2fd027dda75e1c56808e07dcbc674072a1 /board.h
parent0e5f86c8e6265cba8e1007196e048cb70d8832eb (diff)
Add board_init()
Diffstat (limited to 'board.h')
-rw-r--r--board.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/board.h b/board.h
index ae6547d..756e694 100644
--- a/board.h
+++ b/board.h
@@ -13,5 +13,6 @@ struct board {
extern struct board *board;
-#endif
+void board_init(void);
+#endif