Path: blob/master/arch/blackfin/mach-bf548/include/mach/blackfin.h
15159 views
/*1* Copyright 2007-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 "bf548.h"10#include "anomaly.h"1112#include <asm/def_LPBlackfin.h>13#ifdef CONFIG_BF54214# include "defBF542.h"15#endif16#ifdef CONFIG_BF54417# include "defBF544.h"18#endif19#ifdef CONFIG_BF54720# include "defBF547.h"21#endif22#ifdef CONFIG_BF54823# include "defBF548.h"24#endif25#ifdef CONFIG_BF54926# include "defBF549.h"27#endif2829#ifndef __ASSEMBLY__30# include <asm/cdef_LPBlackfin.h>31# ifdef CONFIG_BF54232# include "cdefBF542.h"33# endif34# ifdef CONFIG_BF54435# include "cdefBF544.h"36# endif37# ifdef CONFIG_BF54738# include "cdefBF547.h"39# endif40# ifdef CONFIG_BF54841# include "cdefBF548.h"42# endif43# ifdef CONFIG_BF54944# include "cdefBF549.h"45# endif46#endif4748#endif495051