blob: 9bba7810e05cdbae45878d465c5a9219ab026dae [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Richard Retanubun5ffa65b2009-10-26 14:19:17 -04002/*
3 * cpu.h
4 *
5 * Copyright (c) 2009 Freescale Semiconductor, Inc.
Richard Retanubun5ffa65b2009-10-26 14:19:17 -04006 */
7
8#ifndef _CPU_H_
9#define _CPU_H_
10
11#include <command.h>
12
13/* Use this to create board specific reset functions */
14void board_reset(void) __attribute__((__weak__));
15
16#endif /* _CPU_H_ */