/* * Copyright 2008-2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #ifndef _MACH_BLACKFIN_H_ #define _MACH_BLACKFIN_H_ #include "bf518.h" #include "anomaly.h" #include <asm/def_LPBlackfin.h> #ifdef [31mCONFIG_BF512[0m # include "defBF512.h" #endif #ifdef [31mCONFIG_BF514[0m # include "defBF514.h" #endif #ifdef [31mCONFIG_BF516[0m # include "defBF516.h" #endif #ifdef [31mCONFIG_BF518[0m # include "defBF518.h" #endif #ifndef __ASSEMBLY__ # include <asm/cdef_LPBlackfin.h> # ifdef [31mCONFIG_BF512[0m # include "cdefBF512.h" # endif # ifdef [31mCONFIG_BF514[0m # include "cdefBF514.h" # endif # ifdef [31mCONFIG_BF516[0m # include "cdefBF516.h" # endif # ifdef [31mCONFIG_BF518[0m # include "cdefBF518.h" # endif #endif #endif |