diff options
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index 2bc2f02db741..e4b6139d2d6e 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -196,4 +196,14 @@ static inline void exit(void) | |||
196 | extern unsigned long timebase_period_ns; | 196 | extern unsigned long timebase_period_ns; |
197 | void udelay(long delay); | 197 | void udelay(long delay); |
198 | 198 | ||
199 | extern char _start[]; | ||
200 | extern char __bss_start[]; | ||
201 | extern char _end[]; | ||
202 | extern char _vmlinux_start[]; | ||
203 | extern char _vmlinux_end[]; | ||
204 | extern char _initrd_start[]; | ||
205 | extern char _initrd_end[]; | ||
206 | extern char _dtb_start[]; | ||
207 | extern char _dtb_end[]; | ||
208 | |||
199 | #endif /* _PPC_BOOT_OPS_H_ */ | 209 | #endif /* _PPC_BOOT_OPS_H_ */ |