Blackfin: bfin_serial.h: unify heavily duplicated serial code
[firefly-linux-kernel-4.4.55.git] / arch / blackfin / mach-bf527 / 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 "bf527.h"
11 #include "defBF522.h"
12 #include "anomaly.h"
13
14 #if defined(CONFIG_BF527) || defined(CONFIG_BF526)
15 #include "defBF527.h"
16 #endif
17
18 #if defined(CONFIG_BF525) || defined(CONFIG_BF524)
19 #include "defBF525.h"
20 #endif
21
22 #if !defined(__ASSEMBLY__)
23 #include "cdefBF522.h"
24
25 #if defined(CONFIG_BF527) || defined(CONFIG_BF526)
26 #include "cdefBF527.h"
27 #endif
28
29 #if defined(CONFIG_BF525) || defined(CONFIG_BF524)
30 #include "cdefBF525.h"
31 #endif
32 #endif
33
34 #endif