Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 1 | /* |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 2 | * Copyright 2008-2010 Analog Devices Inc. |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 3 | * |
Robin Getz | 96f1050 | 2009-09-24 14:11:24 +0000 | [diff] [blame] | 4 | * Licensed under the GPL-2 or later. |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _MACH_BLACKFIN_H_ |
| 8 | #define _MACH_BLACKFIN_H_ |
| 9 | |
| 10 | #define BF538_FAMILY |
| 11 | |
| 12 | #include "bf538.h" |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 13 | #include "anomaly.h" |
| 14 | |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 15 | #include <asm/def_LPBlackfin.h> |
| 16 | #ifdef CONFIG_BF538 |
| 17 | # include "defBF538.h" |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 18 | #endif |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 19 | #ifdef CONFIG_BF539 |
| 20 | # include "defBF539.h" |
| 21 | #endif |
| 22 | |
| 23 | #ifndef __ASSEMBLY__ |
| 24 | # include <asm/cdef_LPBlackfin.h> |
| 25 | # ifdef CONFIG_BF538 |
| 26 | # include "cdefBF538.h" |
| 27 | # endif |
| 28 | # ifdef CONFIG_BF539 |
| 29 | # include "cdefBF539.h" |
| 30 | # endif |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 31 | #endif |
| 32 | |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 33 | #endif |