1/* 2 * Copyright 2005-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#define BF537_FAMILY 11 12#include "bf537.h" 13#include "anomaly.h" 14 15#include <asm/def_LPBlackfin.h> 16#ifdef CONFIG_BF534 17# include "defBF534.h" 18#endif 19#if defined(CONFIG_BF537) || defined(CONFIG_BF536) 20# include "defBF537.h" 21#endif 22 23#if !defined(__ASSEMBLY__) 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 31#endif 32 33#endif 34