xref: /openbmc/u-boot/arch/m68k/cpu/mcf52x2/cpu.h (revision c4203e1d73d8c56d64f9b92299f2f6a4547e4e4a)
1 /*
2  *  cpu.h
3  *
4  *  Copyright (c) 2009 Freescale Semiconductor, Inc.
5  *
6  * SPDX-License-Identifier:	GPL-2.0+
7  */
8 
9 #ifndef _CPU_H_
10 #define _CPU_H_
11 
12 #include <command.h>
13 
14 /* Use this to create board specific reset functions */
15 void board_reset(void) __attribute__((__weak__));
16 
17 #endif /* _CPU_H_ */
18