diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/sunrpc/xprtsock.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/sunrpc/xprtsock.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ANDROID_3.4.5/include/linux/sunrpc/xprtsock.h b/ANDROID_3.4.5/include/linux/sunrpc/xprtsock.h deleted file mode 100644 index 1ad36cc2..00000000 --- a/ANDROID_3.4.5/include/linux/sunrpc/xprtsock.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * linux/include/linux/sunrpc/xprtsock.h - * - * Declarations for the RPC transport socket provider. - */ - -#ifndef _LINUX_SUNRPC_XPRTSOCK_H -#define _LINUX_SUNRPC_XPRTSOCK_H - -#ifdef __KERNEL__ - -int init_socket_xprt(void); -void cleanup_socket_xprt(void); - -#define RPC_MIN_RESVPORT (1U) -#define RPC_MAX_RESVPORT (65535U) -#define RPC_DEF_MIN_RESVPORT (665U) -#define RPC_DEF_MAX_RESVPORT (1023U) - -#endif /* __KERNEL__ */ - -#endif /* _LINUX_SUNRPC_XPRTSOCK_H */ |