MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / arch / ppc / math-emu / fres.c
blobec11e46d20afe7facb4178f053a1f77c362b8ed4
1 #include <linux/types.h>
2 #include <linux/errno.h>
3 #include <asm/uaccess.h>
5 int
6 fres(void *frD, void *frB)
8 #ifdef DEBUG
9 printk("%s: %p %p\n", __FUNCTION__, frD, frB);
10 #endif
11 return -ENOSYS;