]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/blackfin/cpu/cpu.h
sunxi: Add OrangePi PC 2 initial support
[people/ms/u-boot.git] / arch / blackfin / cpu / cpu.h
1 /*
2 * U-Boot - cpu.h
3 *
4 * Copyright (c) 2005-2007 Analog Devices 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 void board_reset(void) __attribute__((__weak__));
15 void bfin_dump(struct pt_regs *reg);
16 void bfin_panic(struct pt_regs *reg);
17 void dump(struct pt_regs *regs);
18
19 asmlinkage void trap(void);
20 asmlinkage void evt_nmi(void);
21 asmlinkage void evt_default(void);
22
23 #endif