[BACK]Return to fres.c CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / arch / ppc / math-emu

File: [Development] / linux-2.4-xfs / arch / ppc / math-emu / fres.c (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#include <linux/types.h>
#include <linux/errno.h>
#include <asm/uaccess.h>

int
fres(void *frD, void *frB)
{
#ifdef DEBUG
	printk("%s: %p %p\n", __FUNCTION__, frD, frB);
#endif
	return -ENOSYS;
}