Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 1 | /* |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 2 | * Copyright 2007-2010 Analog Devices Inc. |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 3 | * |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 4 | * Licensed under the GPL-2 or later. |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _MACH_BLACKFIN_H_ |
| 8 | #define _MACH_BLACKFIN_H_ |
| 9 | |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 10 | #include "bf527.h" |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 11 | #include "anomaly.h" |
| 12 | |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 13 | #include <asm/def_LPBlackfin.h> |
| 14 | #if defined(CONFIG_BF523) || defined(CONFIG_BF522) |
| 15 | # include "defBF522.h" |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 16 | #endif |
Bryan Wu | 7e29143 | 2008-05-19 14:56:42 +0800 | [diff] [blame] | 17 | #if defined(CONFIG_BF525) || defined(CONFIG_BF524) |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 18 | # include "defBF525.h" |
| 19 | #endif |
| 20 | #if defined(CONFIG_BF527) || defined(CONFIG_BF526) |
| 21 | # include "defBF527.h" |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 22 | #endif |
| 23 | |
| 24 | #if !defined(__ASSEMBLY__) |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 25 | # include <asm/cdef_LPBlackfin.h> |
| 26 | # if defined(CONFIG_BF523) || defined(CONFIG_BF522) |
| 27 | # include "cdefBF522.h" |
| 28 | # endif |
| 29 | # if defined(CONFIG_BF525) || defined(CONFIG_BF524) |
| 30 | # include "cdefBF525.h" |
| 31 | # endif |
| 32 | # if defined(CONFIG_BF527) || defined(CONFIG_BF526) |
| 33 | # include "cdefBF527.h" |
| 34 | # endif |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 35 | #endif |
| 36 | |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 37 | #endif |