Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1 | /* |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 2 | * Copyright 2005-2010 Analog Devices Inc. |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 3 | * |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 4 | * Licensed under the GPL-2 or later. |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _MACH_BLACKFIN_H_ |
| 8 | #define _MACH_BLACKFIN_H_ |
| 9 | |
| 10 | #define BF537_FAMILY |
| 11 | |
| 12 | #include "bf537.h" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [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_BF534 |
| 17 | # include "defBF534.h" |
| 18 | #endif |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 19 | #if defined(CONFIG_BF537) || defined(CONFIG_BF536) |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 20 | # include "defBF537.h" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 21 | #endif |
| 22 | |
Mike Frysinger | 1708268 | 2007-07-25 11:50:42 +0800 | [diff] [blame] | 23 | #if !defined(__ASSEMBLY__) |
Mike Frysinger | 1a5c226 | 2010-10-26 23:46:22 -0400 | [diff] [blame] | 24 | # include <asm/cdef_LPBlackfin.h> |
| 25 | # ifdef CONFIG_BF534 |
| 26 | # include "cdefBF534.h" |
| 27 | # endif |
| 28 | # if defined(CONFIG_BF537) || defined(CONFIG_BF536) |
| 29 | # include "cdefBF537.h" |
| 30 | # endif |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 31 | #endif |
| 32 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 33 | #endif |