diff options
Diffstat (limited to 'arch/mips/include/asm/elf.h')
| -rw-r--r-- | arch/mips/include/asm/elf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/include/asm/elf.h b/arch/mips/include/asm/elf.h index ea77a42c5f8c..fd1d39eb7431 100644 --- a/arch/mips/include/asm/elf.h +++ b/arch/mips/include/asm/elf.h | |||
| @@ -372,4 +372,9 @@ extern const char *__elf_platform; | |||
| 372 | struct linux_binprm; | 372 | struct linux_binprm; |
| 373 | extern int arch_setup_additional_pages(struct linux_binprm *bprm, | 373 | extern int arch_setup_additional_pages(struct linux_binprm *bprm, |
| 374 | int uses_interp); | 374 | int uses_interp); |
| 375 | |||
| 376 | struct mm_struct; | ||
| 377 | extern unsigned long arch_randomize_brk(struct mm_struct *mm); | ||
| 378 | #define arch_randomize_brk arch_randomize_brk | ||
| 379 | |||
| 375 | #endif /* _ASM_ELF_H */ | 380 | #endif /* _ASM_ELF_H */ |
