]> Git Repo - linux.git/blob - include/linux/sunrpc/types.h
PCI: Do not allocate more buses than available in parent
[linux.git] / include / linux / sunrpc / types.h
1 /*
2  * linux/include/linux/sunrpc/types.h
3  *
4  * Generic types and misc stuff for RPC.
5  *
6  * Copyright (C) 1996, Olaf Kirch <[email protected]>
7  */
8
9 #ifndef _LINUX_SUNRPC_TYPES_H_
10 #define _LINUX_SUNRPC_TYPES_H_
11
12 #include <linux/timer.h>
13 #include <linux/sched/signal.h>
14 #include <linux/workqueue.h>
15 #include <linux/sunrpc/debug.h>
16 #include <linux/list.h>
17
18 /*
19  * Shorthands
20  */
21 #define signalled()             (signal_pending(current))
22
23 #endif /* _LINUX_SUNRPC_TYPES_H_ */
This page took 0.034758 seconds and 4 git commands to generate.