repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dccp: do not assume DCCP code is non preemptible
[linux/fpc-iii.git]
/
arch
/
blackfin
/
mach-bf533
/
include
/
mach
/
blackfin.h
blob
e366207fbf120941b3c8b138a54e45b56523c273
1
/*
2
* Copyright 2005-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 BF533_FAMILY
11
12
#include
"bf533.h"
13
#include
"anomaly.h"
14
15
#include <asm/def_LPBlackfin.h>
16
#include
"defBF532.h"
17
18
#ifndef __ASSEMBLY__
19
# include <asm/cdef_LPBlackfin.h>
20
# include
"cdefBF532.h"
21
#endif
22
23
#endif