X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Felf.h;h=1b63dfeea4f2b3e165a4689e80c130a46b6eb1c0;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=8fe00a1981ce757fcf1ed899cb570331bd59b3d8;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-sh/elf.h b/include/asm-sh/elf.h index 8fe00a198..1b63dfeea 100644 --- a/include/asm-sh/elf.h +++ b/include/asm-sh/elf.h @@ -111,6 +111,7 @@ typedef struct user_fpu_struct elf_fpregset_t; #ifdef __KERNEL__ #define SET_PERSONALITY(ex, ibcs2) set_personality(PER_LINUX_32BIT) +struct task_struct; extern int dump_task_regs (struct task_struct *, elf_gregset_t *); extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *);