1 /* 2 * Copyright 2008-2010 Analog Devices Inc. 3 * 4 * Licensed under the GPL-2 or later. 5 */ 6 7 #ifndef _MACH_BLACKFIN_H_ 8 #define _MACH_BLACKFIN_H_ 9 10 #include "bf518.h" 11 #include "anomaly.h" 12 13 #include <asm/def_LPBlackfin.h> 14 #ifdef CONFIG_BF512 15 # include "defBF512.h" 16 #endif 17 #ifdef CONFIG_BF514 18 # include "defBF514.h" 19 #endif 20 #ifdef CONFIG_BF516 21 # include "defBF516.h" 22 #endif 23 #ifdef CONFIG_BF518 24 # include "defBF518.h" 25 #endif 26 27 #ifndef __ASSEMBLY__ 28 # include <asm/cdef_LPBlackfin.h> 29 # ifdef CONFIG_BF512 30 # include "cdefBF512.h" 31 # endif 32 # ifdef CONFIG_BF514 33 # include "cdefBF514.h" 34 # endif 35 # ifdef CONFIG_BF516 36 # include "cdefBF516.h" 37 # endif 38 # ifdef CONFIG_BF518 39 # include "cdefBF518.h" 40 # endif 41 #endif 42 43 #endif 44