diff options
Diffstat (limited to 'include/init.h')
-rw-r--r-- | include/init.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h index 89e48f2689..d54d519a69 100644 --- a/include/init.h +++ b/include/init.h @@ -163,6 +163,9 @@ int misc_init_r(void); int init_func_vid(void); #endif +/* common/board_info.c */ +int checkboard(void); +int show_board_info(void); #endif /* __ASSEMBLY__ */ /* Put only stuff here that the assembler can digest */ |