Path: blob/master/arch/blackfin/mach-bf518/include/mach/blackfin.h
10820 views
/*1* Copyright 2008-2010 Analog Devices Inc.2*3* Licensed under the GPL-2 or later.4*/56#ifndef _MACH_BLACKFIN_H_7#define _MACH_BLACKFIN_H_89#include "bf518.h"10#include "anomaly.h"1112#include <asm/def_LPBlackfin.h>13#ifdef CONFIG_BF51214# include "defBF512.h"15#endif16#ifdef CONFIG_BF51417# include "defBF514.h"18#endif19#ifdef CONFIG_BF51620# include "defBF516.h"21#endif22#ifdef CONFIG_BF51823# include "defBF518.h"24#endif2526#ifndef __ASSEMBLY__27# include <asm/cdef_LPBlackfin.h>28# ifdef CONFIG_BF51229# include "cdefBF512.h"30# endif31# ifdef CONFIG_BF51432# include "cdefBF514.h"33# endif34# ifdef CONFIG_BF51635# include "cdefBF516.h"36# endif37# ifdef CONFIG_BF51838# include "cdefBF518.h"39# endif40#endif4142#endif434445