![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * linux/include/linux/sunrpc/types.h 0004 * 0005 * Generic types and misc stuff for RPC. 0006 * 0007 * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> 0008 */ 0009 0010 #ifndef _LINUX_SUNRPC_TYPES_H_ 0011 #define _LINUX_SUNRPC_TYPES_H_ 0012 0013 #include <linux/timer.h> 0014 #include <linux/sched/signal.h> 0015 #include <linux/workqueue.h> 0016 #include <linux/sunrpc/debug.h> 0017 #include <linux/list.h> 0018 0019 /* 0020 * Shorthands 0021 */ 0022 #define signalled() (signal_pending(current)) 0023 0024 #endif /* _LINUX_SUNRPC_TYPES_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |