Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / blackfin / mach-bf609 / include / mach / blackfin.h
blobb1a48c410711c1818319540706aa989aeff0afa4
1 /*
2 * Copyright 2011 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
5 */
7 #ifndef _MACH_BLACKFIN_H_
8 #define _MACH_BLACKFIN_H_
10 #include "bf609.h"
11 #include "anomaly.h"
13 #include <asm/def_LPBlackfin.h>
14 #ifdef CONFIG_BF609
15 # include "defBF609.h"
16 #endif
18 #ifndef __ASSEMBLY__
19 # include <asm/cdef_LPBlackfin.h>
20 # ifdef CONFIG_BF609
21 # include "cdefBF609.h"
22 # endif
23 #endif
25 #endif