fres.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.fres.c 1.6 05/17/01 18:14:22 cort
  3.  */
  4. #include <linux/types.h>
  5. #include <linux/errno.h>
  6. #include <asm/uaccess.h>
  7. int
  8. fres(void *frD, void *frB)
  9. {
  10. #ifdef DEBUG
  11. printk("%s: %p %pn", __FUNCTION__, frD, frB);
  12. #endif
  13. return -ENOSYS;
  14. }