summaryrefslogtreecommitdiff
path: root/board.c
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.c
parent0e5f86c8e6265cba8e1007196e048cb70d8832eb (diff)
Add board_init()
Diffstat (limited to 'board.c')
-rw-r--r--board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board.c b/board.c
index 6aeb6d6..6cb9d03 100644
--- a/board.c
+++ b/board.c
@@ -10,3 +10,7 @@ struct board board_VII = { };
struct board board_WAL = { };
struct board *board;
+
+void board_init(void)
+{
+}