/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/include/linux/sunrpc/types.h * * Generic types and misc stuff for RPC. * * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> */ #ifndef _LINUX_SUNRPC_TYPES_H_ #define _LINUX_SUNRPC_TYPES_H_ #include <linux/timer.h> #include <linux/sched/signal.h> #include <linux/workqueue.h> #include <linux/sunrpc/debug.h> #include <linux/list.h> /* * Shorthands */ #define signalled() (signal_pending(current)) #endif /* _LINUX_SUNRPC_TYPES_H_ */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 24 | 75.00% | 2 | 33.33% |
Ingo Molnar | 4 | 12.50% | 2 | 33.33% |
Neil Brown | 3 | 9.38% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 3.12% | 1 | 16.67% |
Total | 32 | 100.00% | 6 | 100.00% |