diff options
Diffstat (limited to 'kernel/arch/blackfin/mach-bf609/include/mach/blackfin.h')
-rw-r--r-- | kernel/arch/blackfin/mach-bf609/include/mach/blackfin.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kernel/arch/blackfin/mach-bf609/include/mach/blackfin.h b/kernel/arch/blackfin/mach-bf609/include/mach/blackfin.h new file mode 100644 index 000000000..b1a48c410 --- /dev/null +++ b/kernel/arch/blackfin/mach-bf609/include/mach/blackfin.h @@ -0,0 +1,25 @@ +/* + * Copyright 2011 Analog Devices Inc. + * + * Licensed under the GPL-2 or later. + */ + +#ifndef _MACH_BLACKFIN_H_ +#define _MACH_BLACKFIN_H_ + +#include "bf609.h" +#include "anomaly.h" + +#include <asm/def_LPBlackfin.h> +#ifdef CONFIG_BF609 +# include "defBF609.h" +#endif + +#ifndef __ASSEMBLY__ +# include <asm/cdef_LPBlackfin.h> +# ifdef CONFIG_BF609 +# include "cdefBF609.h" +# endif +#endif + +#endif |