diff options
Diffstat (limited to 'include/asm-s390/mathemu.h')
-rw-r--r-- | include/asm-s390/mathemu.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/include/asm-s390/mathemu.h b/include/asm-s390/mathemu.h index c78d97b43..429b3a4f4 100644 --- a/include/asm-s390/mathemu.h +++ b/include/asm-s390/mathemu.h @@ -12,12 +12,12 @@ extern int math_emu_b3(__u8 *, struct pt_regs *); extern int math_emu_ed(__u8 *, struct pt_regs *); -extern void math_emu_ldr(__u8 *); -extern void math_emu_ler(__u8 *); -extern void math_emu_std(__u8 *, struct pt_regs *); -extern void math_emu_ld(__u8 *, struct pt_regs *); -extern void math_emu_ste(__u8 *, struct pt_regs *); -extern void math_emu_le(__u8 *, struct pt_regs *); +extern int math_emu_ldr(__u8 *); +extern int math_emu_ler(__u8 *); +extern int math_emu_std(__u8 *, struct pt_regs *); +extern int math_emu_ld(__u8 *, struct pt_regs *); +extern int math_emu_ste(__u8 *, struct pt_regs *); +extern int math_emu_le(__u8 *, struct pt_regs *); extern int math_emu_lfpc(__u8 *, struct pt_regs *); extern int math_emu_stfpc(__u8 *, struct pt_regs *); extern int math_emu_srnm(__u8 *, struct pt_regs *); @@ -46,3 +46,6 @@ extern __u64 __extendsfdf2(__u32); #endif /* __MATHEMU__ */ + + + |