aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/include/board.h
blob: ea840c920fcf7180d946f00499940483823557f9 (plain)
1
2
3
4
5
6
7
8
9
10
#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);
extern void board_init2(void);
#endif /* _BOARD_H */