diff options
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index 4b0544b03c64..321e2f5afe71 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -95,6 +95,7 @@ int dt_xlate_reg(void *node, int res, unsigned long *addr, unsigned long *size); | |||
95 | int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr); | 95 | int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr); |
96 | int dt_is_compatible(void *node, const char *compat); | 96 | int dt_is_compatible(void *node, const char *compat); |
97 | void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize); | 97 | void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize); |
98 | int dt_get_virtual_reg(void *node, void **addr, int nres); | ||
98 | 99 | ||
99 | static inline void *finddevice(const char *name) | 100 | static inline void *finddevice(const char *name) |
100 | { | 101 | { |