Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
0004  * All Rights Reserved.
0005  */
0006 #ifndef __XFS_H__
0007 #define __XFS_H__
0008 
0009 #ifdef CONFIG_XFS_DEBUG
0010 #define DEBUG 1
0011 #endif
0012 
0013 #ifdef CONFIG_XFS_ASSERT_FATAL
0014 #define XFS_ASSERT_FATAL 1
0015 #endif
0016 
0017 #ifdef CONFIG_XFS_WARN
0018 #define XFS_WARN 1
0019 #endif
0020 
0021 
0022 #include "xfs_linux.h"
0023 
0024 #endif  /* __XFS_H__ */