summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/cpu/cpu.h
blob: a5fe02e53cda7adc70d375f1896d244a3ffe9c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *  U-Boot - cpu.h
 *
 *  Copyright (c) 2005-2007 Analog Devices Inc.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _CPU_H_
#define _CPU_H_

#include <command.h>

void board_reset(void) __attribute__((__weak__));
void bfin_dump(struct pt_regs *reg);
void bfin_panic(struct pt_regs *reg);
void dump(struct pt_regs *regs);

asmlinkage void trap(void);
asmlinkage void evt_nmi(void);
asmlinkage void evt_default(void);

#endif
OpenPOWER on IntegriCloud