Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 1 | /* |
| 2 | * U-boot - processor.h |
| 3 | * |
Aubrey Li | 155fd76 | 2007-04-05 18:31:18 +0800 | [diff] [blame] | 4 | * Copyright (c) 2005-2007 Analog Devices Inc. |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 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 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 11 | * SPDX-License-Identifier: GPL-2.0+ |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 12 | */ |
| 13 | |
| 14 | #ifndef __ASM_BLACKFIN_PROCESSOR_H |
| 15 | #define __ASM_BLACKFIN_PROCESSOR_H |
| 16 | |
Mike Frysinger | d4d7730 | 2008-02-04 19:26:55 -0500 | [diff] [blame] | 17 | /* Stub to make stupid common code happy */ |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 18 | |
| 19 | #endif |