![]() |
|
|||
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 0007 frsqrte(void *frD, void *frB) 0008 { 0009 #ifdef DEBUG 0010 printk("%s: %p %p\n", __func__, frD, frB); 0011 #endif 0012 return 0; 0013 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |