/include/linux/sunrpc/types.h
https://bitbucket.org/cyanogenmod/android_kernel_asus_tf300t · C Header · 22 lines · 8 code · 4 blank · 10 comment · 0 complexity · 875b34fded14e526efb6b139b02ac0ba MD5 · raw file
- /*
- * 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/workqueue.h>
- #include <linux/sunrpc/debug.h>
- #include <linux/list.h>
- /*
- * Shorthands
- */
- #define signalled() (signal_pending(current))
- #endif /* _LINUX_SUNRPC_TYPES_H_ */