blob: de92d9cc958ff353b2e5304025c98a0e614e4127 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef XFS_DISCARD_H
3#define XFS_DISCARD_H 1
4
5struct fstrim_range;
6struct list_head;
7
8extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
9
10#endif /* XFS_DISCARD_H */