X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/bsd/nfs/nfs_ioctl.h diff --git a/bsd/nfs/nfs_ioctl.h b/bsd/nfs/nfs_ioctl.h index 6ab20e01a..5f9b1fc2d 100644 --- a/bsd/nfs/nfs_ioctl.h +++ b/bsd/nfs/nfs_ioctl.h @@ -71,6 +71,8 @@ struct user_nfs_gss_principal { #define NFS_IOC_GET_CRED _IOWR('n', 3, struct nfs_gss_principal) +#define NFS_IOC_DISARM_TRIGGER _IO('n', 4) + #ifdef KERNEL #define NFS_IOC_SET_CRED64 _IOW('n', 2, struct user_nfs_gss_principal)