drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git] / fs / xfs / xfs_xattr.h
blobc3eb858fb59e7ef21867fd4f199b2cd7457fcfbf
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6 #ifndef __XFS_XATTR_H__
7 #define __XFS_XATTR_H__
9 enum xfs_attr_update;
10 int xfs_attr_change(struct xfs_da_args *args, enum xfs_attr_update op);
12 extern const struct xattr_handler * const xfs_xattr_handlers[];
14 #endif /* __XFS_XATTR_H__ */