aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/include/board.h
blob: 7eba34177a223d9e56a8956f7257b20175db1faf (plain)
1
2
3
4
5
6
7
8
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 */