Blame view

fs/xfs/xfs.h 371 Bytes
0b61f8a40   Dave Chinner   xfs: convert to S...
1
  // SPDX-License-Identifier: GPL-2.0
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
  /*
7b7187698   Nathan Scott   [XFS] Update lice...
3
4
   * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
   * All Rights Reserved.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
5
6
7
   */
  #ifndef __XFS_H__
  #define __XFS_H__
93c189c11   Vlad Apostolov   [XFS] 956618: Lin...
8
9
  
  #ifdef CONFIG_XFS_DEBUG
93c189c11   Vlad Apostolov   [XFS] 956618: Lin...
10
  #define DEBUG 1
93c189c11   Vlad Apostolov   [XFS] 956618: Lin...
11
  #endif
1040960ef   Brian Foster   xfs: define fatal...
12
13
14
  #ifdef CONFIG_XFS_ASSERT_FATAL
  #define XFS_ASSERT_FATAL 1
  #endif
742ae1e35   Dave Chinner   xfs: introduce CO...
15
16
17
  #ifdef CONFIG_XFS_WARN
  #define XFS_WARN 1
  #endif
06f8e2d67   Alex Elder   xfs: don't expect...
18
  #include "xfs_linux.h"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
19
  #endif	/* __XFS_H__ */