]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/blackfin/cpu/cpu.h
sunxi: Add OrangePi PC 2 initial support
[people/ms/u-boot.git] / arch / blackfin / cpu / cpu.h
CommitLineData
65458987 1/*
a187559e 2 * U-Boot - cpu.h
65458987 3 *
9171fc81 4 * Copyright (c) 2005-2007 Analog Devices Inc.
65458987 5 *
1a459660 6 * SPDX-License-Identifier: GPL-2.0+
65458987
AL
7 */
8
9171fc81
MF
9#ifndef _CPU_H_
10#define _CPU_H_
65458987 11
9171fc81 12#include <command.h>
65458987 13
9171fc81 14void board_reset(void) __attribute__((__weak__));
66a4909a 15void bfin_dump(struct pt_regs *reg);
9171fc81
MF
16void bfin_panic(struct pt_regs *reg);
17void dump(struct pt_regs *regs);
18
19asmlinkage void trap(void);
ce53fc66 20asmlinkage void evt_nmi(void);
9171fc81
MF
21asmlinkage void evt_default(void);
22
23#endif