blob: d700ccef2fe93af96e9b47a5c57d40de8b66e326 [file] [log] [blame]
Wolfgang Denk6cb142f2006-03-12 02:12:27 +01001/*
2 * U-boot - processor.h
3 *
Aubrey Li155fd762007-04-05 18:31:18 +08004 * Copyright (c) 2005-2007 Analog Devices Inc.
Wolfgang Denk6cb142f2006-03-12 02:12:27 +01005 *
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
Aubrey Li155fd762007-04-05 18:31:18 +080026 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
27 * MA 02110-1301 USA
Wolfgang Denk6cb142f2006-03-12 02:12:27 +010028 */
29
30#ifndef __ASM_BLACKFIN_PROCESSOR_H
31#define __ASM_BLACKFIN_PROCESSOR_H
32
Mike Frysingerd4d77302008-02-04 19:26:55 -050033/* Stub to make stupid common code happy */
Wolfgang Denk6cb142f2006-03-12 02:12:27 +010034
35#endif