xref: /linux/fs/xfs/xfs_verify_media.h (revision 56feb532bb927ae1c26726e2e7c0de95f54a3d67)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (c) 2026 Oracle.  All Rights Reserved.
4  * Author: Darrick J. Wong <djwong@kernel.org>
5  */
6 #ifndef __XFS_VERIFY_MEDIA_H__
7 #define __XFS_VERIFY_MEDIA_H__
8 
9 struct xfs_verify_media;
10 int xfs_ioc_verify_media(struct file *file,
11 		struct xfs_verify_media __user *arg);
12 
13 #endif /* __XFS_VERIFY_MEDIA_H__ */
14