2006-03-12 01:12:27 +00:00
|
|
|
/*
|
|
|
|
* U-boot - processor.h
|
|
|
|
*
|
2007-04-05 10:31:18 +00:00
|
|
|
* Copyright (c) 2005-2007 Analog Devices Inc.
|
2006-03-12 01:12:27 +00:00
|
|
|
*
|
|
|
|
* This file is based on
|
|
|
|
* include/asm-m68k/processor.h
|
|
|
|
* Changes made by Akbar Hussain Lineo, Inc, May 2001 for BLACKFIN
|
|
|
|
* Copyright (C) 1995 Hamish Macdonald
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2006-03-12 01:12:27 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_BLACKFIN_PROCESSOR_H
|
|
|
|
#define __ASM_BLACKFIN_PROCESSOR_H
|
|
|
|
|
2008-02-05 00:26:55 +00:00
|
|
|
/* Stub to make stupid common code happy */
|
2006-03-12 01:12:27 +00:00
|
|
|
|
|
|
|
#endif
|