Blackfin: bfin_serial.h: unify heavily duplicated serial code
[firefly-linux-kernel-4.4.55.git] / arch / blackfin / mach-bf538 / include / mach / blackfin.h
1 /*
2  * Copyright 2008-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 #define BF538_FAMILY
11
12 #include "bf538.h"
13 #include "defBF539.h"
14 #include "anomaly.h"
15
16
17 #if !defined(__ASSEMBLY__)
18 #include "cdefBF538.h"
19
20 #if defined(CONFIG_BF539)
21 #include "cdefBF539.h"
22 #endif
23 #endif
24
25 #endif