![]() |
|
|||
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 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |