Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <linux/types.h>
0003 #include <linux/errno.h>
0004 #include <linux/uaccess.h>
0005 
0006 int frsqrtes(void *frD, void *frB)
0007 {
0008 #ifdef DEBUG
0009     printk("%s: %p %p\n", __func__, frD, frB);
0010 #endif
0011     return 0;
0012 }