1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _CIFS_MOUNT_H 8 #define _CIFS_MOUNT_H 9 #define CIFS_MAX_DOMAINNAME_LEN 256 10 #define CIFS_MAX_USERNAME_LEN 256 11 #define CIFS_MAX_PASSWORD_LEN 512 12 #define CIFS_MAX_SHARE_LEN 256 13 #define CIFS_NI_MAXHOST 1024 14 #endif 15