summaryrefslogtreecommitdiff
path: root/board.h
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2009-02-08 18:57:11 +0100
committerSegher Boessenkool <segher@kernel.crashing.org>2009-02-08 18:57:11 +0100
commit42ca28d97bd8d442dd60ecb96eb4c85e64224fd5 (patch)
tree1312e580f4b41ac640aba5a448dd82c3ef75abf1 /board.h
parente0310554b2d8ac9959dc9fb026b3d482fc9b3d45 (diff)
Add board detection
Diffstat (limited to 'board.h')
-rw-r--r--board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board.h b/board.h
index 756e694..3e5e622 100644
--- a/board.h
+++ b/board.h
@@ -11,6 +11,7 @@ struct board {
//
};
+extern struct board board_VII, board_WAL;
extern struct board *board;
void board_init(void);