treewide: remove meaningless assignments in Makefiles
[linux-block.git] / fs / xfs / xfs_discard.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a46db608
CH
2#ifndef XFS_DISCARD_H
3#define XFS_DISCARD_H 1
4
5struct fstrim_range;
428c4435
DC
6struct xfs_mount;
7struct xfs_busy_extents;
a46db608 8
428c4435
DC
9int xfs_discard_extents(struct xfs_mount *mp, struct xfs_busy_extents *busy);
10int xfs_ioc_trim(struct xfs_mount *mp, struct fstrim_range __user *fstrim);
a46db608
CH
11
12#endif /* XFS_DISCARD_H */