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
powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git]
/
arch
/
powerpc
/
platforms
/
pseries
/
of_helpers.h
blob
bb83d39aef65e31b3c66bf115460b6091a1c165c
1
#ifndef _PSERIES_OF_HELPERS_H
2
#define _PSERIES_OF_HELPERS_H
3
4
#include <linux/of.h>
5
6
struct
device_node
*
pseries_of_derive_parent
(
const char
*
path
);
7
8
#endif
/* _PSERIES_OF_HELPERS_H */