diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-11-09 23:11:34 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-11-09 23:11:34 +0000 |
commit | 91deab98a9adea9a4f2251ba73f46ca86f2acdaa (patch) | |
tree | a568857e10c756a52e3ec1c38220843ca7f71c19 /src/arch/ppc/include/board.h | |
parent | 54d4e651635c17979f27a615b18ba3550a91e7ea (diff) |
*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1270 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/include/board.h')
-rw-r--r-- | src/arch/ppc/include/board.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/arch/ppc/include/board.h b/src/arch/ppc/include/board.h new file mode 100644 index 0000000000..7eba34177a --- /dev/null +++ b/src/arch/ppc/include/board.h @@ -0,0 +1,9 @@ +#ifndef _BOARD_H +#define _BOARD_H + +/* + * Provided for all PPC boards to do board-level initialization. This + * happens prior to entry into hardwaremain(). + */ +extern void board_init(void); +#endif /* _BOARD_H */ |