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
ext3: Update MAINTAINERS for ext3 and JBD
[linux/fpc-iii.git]
/
arch
/
microblaze
/
include
/
asm
/
topology.h
blob
96bcea5a99202c184337c37aadeb2fd042cd5d71
1
#include <asm-generic/topology.h>
2
3
#ifndef _ASM_MICROBLAZE_TOPOLOGY_H
4
#define _ASM_MICROBLAZE_TOPOLOGY_H
5
6
struct
device_node
;
7
static
inline
int
of_node_to_nid
(
struct
device_node
*
device
)
8
{
9
return
0
;
10
}
11
#endif
/* _ASM_MICROBLAZE_TOPOLOGY_H */