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