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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * linux/include/linux/sunrpc/types.h
  3.  *
  4.  * Generic types and misc stuff for RPC.
  5.  *
  6.  * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de>
  7.  */
  8. #ifndef _LINUX_SUNRPC_TYPES_H_
  9. #define _LINUX_SUNRPC_TYPES_H_
  10. #include <linux/timer.h>
  11. #include <linux/tqueue.h>
  12. #include <linux/sunrpc/debug.h>
  13. #include <linux/list.h>
  14. /*
  15.  * Shorthands
  16.  */
  17. #define signalled() (signal_pending(current))
  18. #endif /* _LINUX_SUNRPC_TYPES_H_ */