Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc1 11 lines 190 B view raw
1#include <linux/types.h> 2#include <linux/errno.h> 3#include <asm/uaccess.h> 4 5int frsqrtes(void *frD, void *frB) 6{ 7#ifdef DEBUG 8 printk("%s: %p %p\n", __func__, frD, frB); 9#endif 10 return 0; 11}