1 // SPDX-License-Identifier: GPL-2.0 << 2 #include <linux/types.h> 1 #include <linux/types.h> 3 #include <linux/errno.h> 2 #include <linux/errno.h> 4 #include <linux/uaccess.h> !! 3 #include <asm/uaccess.h> 5 4 6 int 5 int 7 fres(void *frD, void *frB) 6 fres(void *frD, void *frB) 8 { 7 { 9 #ifdef DEBUG 8 #ifdef DEBUG 10 printk("%s: %p %p\n", __func__, frD, f !! 9 printk("%s: %p %p\n", __FUNCTION__, frD, frB); 11 #endif 10 #endif 12 return -ENOSYS; 11 return -ENOSYS; 13 } 12 } 14 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.