4 * Copyright (C) 1995 Volker Lendecke
8 #ifndef _LINUX_NCP_FS_I
9 #define _LINUX_NCP_FS_I
12 * This is the ncpfs part of the inode structure. This must contain
13 * all the information we need to work with an inode after creation.
15 struct ncp_inode_info
{
20 struct mutex open_mutex
;
24 #define NCPI_KLUDGE_SYMLINK 0x0001
26 struct inode vfs_inode
;
29 #endif /* _LINUX_NCP_FS_I */