]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/blackfin/include/asm/processor.h
Move architecture-specific includes to arch/$ARCH/include/asm
[karo-tx-uboot.git] / arch / blackfin / include / asm / processor.h
1 /*
2  * U-boot - processor.h
3  *
4  * Copyright (c) 2005-2007 Analog Devices Inc.
5  *
6  * This file is based on
7  * include/asm-m68k/processor.h
8  * Changes made by Akbar Hussain Lineo, Inc, May 2001 for BLACKFIN
9  * Copyright (C) 1995 Hamish Macdonald
10  *
11  * See file CREDITS for list of people who contributed to this
12  * project.
13  *
14  * This program is free software; you can redistribute it and/or
15  * modify it under the terms of the GNU General Public License as
16  * published by the Free Software Foundation; either version 2 of
17  * the License, or (at your option) any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  * GNU General Public License for more details.
23  *
24  * You should have received a copy of the GNU General Public License
25  * along with this program; if not, write to the Free Software
26  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
27  * MA 02110-1301 USA
28  */
29
30 #ifndef __ASM_BLACKFIN_PROCESSOR_H
31 #define __ASM_BLACKFIN_PROCESSOR_H
32
33 /* Stub to make stupid common code happy */
34
35 #endif