source: svn/trunk/newcon3bcm2_21bu/toolchain/mips-linux-uclibc/include/linux/smb_fs.h

Last change on this file was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 535 bytes
Line 
1/*
2 *  smb_fs.h
3 *
4 *  Copyright (C) 1995 by Paal-Kr. Engstad and Volker Lendecke
5 *  Copyright (C) 1997 by Volker Lendecke
6 *
7 */
8
9#ifndef _LINUX_SMB_FS_H
10#define _LINUX_SMB_FS_H
11
12#include <linux/smb.h>
13
14/*
15 * ioctl commands
16 */
17#define SMB_IOC_GETMOUNTUID             _IOR('u', 1, __kernel_old_uid_t)
18#define SMB_IOC_NEWCONN                 _IOW('u', 2, struct smb_conn_opt)
19
20/* __kernel_uid_t can never change, so we have to use __kernel_uid32_t */
21#define SMB_IOC_GETMOUNTUID32           _IOR('u', 3, __kernel_uid32_t)
22
23
24
25#endif /* _LINUX_SMB_FS_H */
Note: See TracBrowser for help on using the repository browser.