blob: 86966e18a7580905aea2f141126f3113dd41ae00 [file] [log] [blame]
Richard Retanubunbb907ab2009-10-26 14:19:17 -04001/*
2 * cpu.h
3 *
4 * Copyright (c) 2009 Freescale Semiconductor, Inc.
5 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02006 * SPDX-License-Identifier: GPL-2.0+
Richard Retanubunbb907ab2009-10-26 14:19:17 -04007 */
8
9#ifndef _CPU_H_
10#define _CPU_H_
11
12#include <command.h>
13
14/* Use this to create board specific reset functions */
15void board_reset(void) __attribute__((__weak__));
16
17#endif /* _CPU_H_ */