1/*
2 * Copyright 2008-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 BF538_FAMILY
11
12#include "bf538.h"
13#include "anomaly.h"
14
15#include <asm/def_LPBlackfin.h>
16#ifdef CONFIG_BF538
17# include "defBF538.h"
18#endif
19#ifdef CONFIG_BF539
20# include "defBF539.h"
21#endif
22
23#ifndef __ASSEMBLY__
24# include <asm/cdef_LPBlackfin.h>
25# ifdef CONFIG_BF538
26#  include "cdefBF538.h"
27# endif
28# ifdef CONFIG_BF539
29#  include "cdefBF539.h"
30# endif
31#endif
32
33#endif
34