Merge tag 'docs-6.4-2' of git://git.lwn.net/linux
[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;
e84661aa 6struct list_head;
a46db608
CH
7
8extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
9
10#endif /* XFS_DISCARD_H */