Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlied/linux
[linux/fpc-iii.git] / fs / xfs / xfs_discard.h
blobde92d9cc958ff353b2e5304025c98a0e614e4127
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef XFS_DISCARD_H
3 #define XFS_DISCARD_H 1
5 struct fstrim_range;
6 struct list_head;
8 extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
10 #endif /* XFS_DISCARD_H */