diff options
author | Greg Watson <gwatson@lanl.gov> | 2005-10-20 01:44:21 +0000 |
---|---|---|
committer | Greg Watson <gwatson@lanl.gov> | 2005-10-20 01:44:21 +0000 |
commit | 8d4edc2fcd003990228f505ce717c32b45831f2d (patch) | |
tree | 3024ed9def3ae2572c42d45facf5cf7259325f6c /src/arch/ppc/include/board.h | |
parent | 58cb0bf1dfe1fa39760c3edcc68146fe6ed9d474 (diff) |
changes to support new ppc arch
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2064 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/include/board.h')
-rw-r--r-- | src/arch/ppc/include/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/ppc/include/board.h b/src/arch/ppc/include/board.h index 7eba34177a..ea840c920f 100644 --- a/src/arch/ppc/include/board.h +++ b/src/arch/ppc/include/board.h @@ -6,4 +6,5 @@ * happens prior to entry into hardwaremain(). */ extern void board_init(void); +extern void board_init2(void); #endif /* _BOARD_H */ |