上传linux-jx2410的源代码

源代码在线查看: const.h

软件大小: 30188 K
上传用户: zhang8818200
关键词: linux-jx 2410 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*				 * include/linux/nfsd/const.h				 *				 * Various constants related to NFS.				 *				 * Copyright (C) 1995-1997 Olaf Kirch 				 */								#ifndef _LINUX_NFSD_CONST_H				#define _LINUX_NFSD_CONST_H								#include 				#include 				#include 								/*				 * Maximum protocol version supported by knfsd				 */				#define NFSSVC_MAXVERS		3								/*				 * Maximum blocksize supported by daemon currently at 8K				 */				#define NFSSVC_MAXBLKSIZE	8192								#ifdef __KERNEL__								#ifndef NFS_SUPER_MAGIC				# define NFS_SUPER_MAGIC	0x6969				#endif								#endif /* __KERNEL__ */								#endif /* _LINUX_NFSD_CONST_H */							

相关资源