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