]> git.sur5r.net Git - u-boot/blob - arch/m68k/cpu/mcf52x2/cpu.h
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / arch / m68k / cpu / mcf52x2 / cpu.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  *  cpu.h
4  *
5  *  Copyright (c) 2009 Freescale Semiconductor, Inc.
6  */
7
8 #ifndef _CPU_H_
9 #define _CPU_H_
10
11 #include <command.h>
12
13 /* Use this to create board specific reset functions */
14 void board_reset(void) __attribute__((__weak__));
15
16 #endif /* _CPU_H_ */