Blackfin: bfin_serial.h: unify heavily duplicated serial code
[firefly-linux-kernel-4.4.55.git] / arch / blackfin / mach-bf548 / include / mach / blackfin.h
1 /*
2  * Copyright 2007-2009 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 #include "bf548.h"
11 #include "anomaly.h"
12
13 #ifdef CONFIG_BF542
14 #include "defBF542.h"
15 #endif
16
17 #ifdef CONFIG_BF544
18 #include "defBF544.h"
19 #endif
20
21 #ifdef CONFIG_BF547
22 #include "defBF547.h"
23 #endif
24
25 #ifdef CONFIG_BF548
26 #include "defBF548.h"
27 #endif
28
29 #ifdef CONFIG_BF549
30 #include "defBF549.h"
31 #endif
32
33 #if !defined(__ASSEMBLY__)
34 #ifdef CONFIG_BF542
35 #include "cdefBF542.h"
36 #endif
37 #ifdef CONFIG_BF544
38 #include "cdefBF544.h"
39 #endif
40 #ifdef CONFIG_BF547
41 #include "cdefBF547.h"
42 #endif
43 #ifdef CONFIG_BF548
44 #include "cdefBF548.h"
45 #endif
46 #ifdef CONFIG_BF549
47 #include "cdefBF549.h"
48 #endif
49
50 #endif
51
52 #endif