xref: /linux/fs/bcachefs/fs-ioctl.h (revision a713222906e4f77b5fb1b5346d4f5de1adc639b4)
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