Rev 423 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
423 | giacomo | 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 | |||
9 | #ifndef _LINUX_SUNRPC_TYPES_H_ |
||
10 | #define _LINUX_SUNRPC_TYPES_H_ |
||
11 | |||
12 | #include <linux/timer.h> |
||
13 | #include <linux/workqueue.h> |
||
14 | #include <linux/sunrpc/debug.h> |
||
15 | #include <linux/list.h> |
||
16 | |||
17 | /* |
||
18 | * Shorthands |
||
19 | */ |
||
20 | #define signalled() (signal_pending(current)) |
||
21 | |||
22 | #endif /* _LINUX_SUNRPC_TYPES_H_ */ |