diff options
Diffstat (limited to 'kexec/arch/ppc/kexec-ppc.h')
-rw-r--r-- | kexec/arch/ppc/kexec-ppc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/ppc/kexec-ppc.h b/kexec/arch/ppc/kexec-ppc.h index 904cf48..f8fd678 100644 --- a/kexec/arch/ppc/kexec-ppc.h +++ b/kexec/arch/ppc/kexec-ppc.h @@ -75,6 +75,7 @@ extern unsigned long dt_address_cells, dt_size_cells; extern int init_memory_region_info(void); extern int read_memory_region_limits(int fd, unsigned long long *start, unsigned long long *end); +extern int get_devtree_value(const char *fname, unsigned long long *pvalue); #define COMMAND_LINE_SIZE 512 /* from kernel */ /*fs2dt*/ void reserve(unsigned long long where, unsigned long long length); |