]> Git Repo - J-linux.git/blob - fs/xfs/xfs.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / fs / xfs / xfs.h
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__
8
9 #ifdef CONFIG_XFS_DEBUG
10 #define DEBUG 1
11 #endif
12
13 #ifdef CONFIG_XFS_DEBUG_EXPENSIVE
14 #define DEBUG_EXPENSIVE 1
15 #endif
16
17 #ifdef CONFIG_XFS_ASSERT_FATAL
18 #define XFS_ASSERT_FATAL 1
19 #endif
20
21 #ifdef CONFIG_XFS_WARN
22 #define XFS_WARN 1
23 #endif
24
25
26 #include "xfs_linux.h"
27
28 #endif  /* __XFS_H__ */
This page took 0.027496 seconds and 4 git commands to generate.