Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
b3c5496fbfc2e5f64bb85b142615717850fee980
/
.
/
arch
/
microblaze
/
include
/
asm
/
topology.h
blob: 96bcea5a99202c184337c37aadeb2fd042cd5d71 [
file
] [
log
] [
blame
]
#include
<asm-generic/topology.h>
#ifndef
_ASM_MICROBLAZE_TOPOLOGY_H
#define
_ASM_MICROBLAZE_TOPOLOGY_H
struct
device_node
;
static
inline
int
of_node_to_nid
(
struct
device_node
*
device
)
{
return
0
;
}
#endif
/* _ASM_MICROBLAZE_TOPOLOGY_H */