FRV: Use generic show_interrupts()
[cris-mirror.git] / fs / xfs / linux-2.6 / xfs_discard.h
blobe82b6dd3e127707ed0a8e154ab1617da23444a90
1 #ifndef XFS_DISCARD_H
2 #define XFS_DISCARD_H 1
4 struct fstrim_range;
6 extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
8 #endif /* XFS_DISCARD_H */