Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux/fpc-iii.git] / fs / xfs / xfs.h
blobf6ffb4f248f78eed917481b81be7a2c504a16a24
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6 #ifndef __XFS_H__
7 #define __XFS_H__
9 #ifdef CONFIG_XFS_DEBUG
10 #define DEBUG 1
11 #endif
13 #ifdef CONFIG_XFS_ASSERT_FATAL
14 #define XFS_ASSERT_FATAL 1
15 #endif
17 #ifdef CONFIG_XFS_WARN
18 #define XFS_WARN 1
19 #endif
22 #include "xfs_linux.h"
24 #endif /* __XFS_H__ */