Go to the documentation of this file.
8 #ifndef _LINUX_NCP_MOUNT_H
9 #define _LINUX_NCP_MOUNT_H
11 #include <linux/types.h>
14 #define NCP_MOUNT_VERSION 3
17 #define NCP_MOUNT_SOFT 0x0001
18 #define NCP_MOUNT_INTR 0x0002
19 #define NCP_MOUNT_STRONG 0x0004
20 #define NCP_MOUNT_NO_OS2 0x0008
21 #define NCP_MOUNT_NO_NFS 0x0010
22 #define NCP_MOUNT_EXTRAS 0x0020
23 #define NCP_MOUNT_SYMLINKS 0x0040
24 #define NCP_MOUNT_NFS_EXTRAS 0x0080
44 #define NCP_MOUNT_VERSION_V4 (4)
69 #define NCP_MOUNT_VERSION_V5 (5)