xref: /linux/fs/bcachefs/fs-ioctl.h (revision 7a9b709e7cc5ce1ffb84ce07bf6d157e1de758df)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_FS_IOCTL_H
3 #define _BCACHEFS_FS_IOCTL_H
4 
5 long bch2_fs_file_ioctl(struct file *, unsigned, unsigned long);
6 long bch2_compat_fs_ioctl(struct file *, unsigned, unsigned long);
7 
8 #endif /* _BCACHEFS_FS_IOCTL_H */
9